WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answers were Sorted based on User's Feedback
Answer / brahmareddy
the use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
| Is This Answer Correct ? | 16 Yes | 9 No |
Answer / kirankumar.y
fuction generater is library of statements which r used in
vb scripting
it is didved into three parts
1.fuctions,2.test objects,3.utility objects
fuctions example is iputbox,msg box,cint,cdbl
2.test objects example : get visible text,get ro property
3.utility objects:value,import,get row count
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / babu
sorry guys dis iz for kalpana ............kalpana have u
gone nutts, if u dont know any thing abt da concept just sit
in da home an hv fun bt dont make fun of subject.
wht iz signal generator wtf.....
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / pradeep.b
1)the use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
2)it is also used to reduce the typing mistakes & synta
errors.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / umasankar
QuickTest provides a Function Definition Generator, which
enables you to generate definitions for new user-defined
functions and add header information to them. You can then
register these functions to a test object, if needed. You
fill in the required information and the Function
Definition Generator creates the basic function definition
for you. After you define the function definition, you can
insert the definition in your function library and
associate it with your test, or you can insert the
definition directly in a test script in the Expert View.
Finally, you complete the function by adding its content
(code).
If you insert the function directly in the Expert View, the
test will be able to access the function anywhere within
the specific action.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / santhi
The use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
It is in three types:
fuctions :iputbox, msg box, cint, cdbl
test objects example : get visible text, get ro property
utility objects :value, import, get row count
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / sekhar
The use of functional generator in qtp is which lists out
the all the built in functions in qtp and helps you to
write the vb script for un known objects.
It is in three types:
fuctions :iputbox, msg box, cint, cdbl
test objects example : get visible text, get ro property
utility objects :value, import, get row count
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / umasankar
I don't know about Function Generator, i am sending you
info on step generator:
You can use the Step Generator to insert steps in tests and
function libraries. However, in function libraries, you
cannot use the Step Generator to access test object names
or collections, or to access the list of library functions.
After you open the Step Generator, you first select the
category for the step operation (test object, Utility
object or function) and the required object or the function
library source (for example, built-in or local script
functions). You can then select the appropriate method or
function and define the arguments and return values,
parameterizing them if required.
The Step Generator then inserts a step with the correct
syntax into your test. You can continue to add further
steps at the same location without closing the Step
Generator.
| Is This Answer Correct ? | 1 Yes | 9 No |
Answer / kalapana
function generator is used to generate the signal
| Is This Answer Correct ? | 4 Yes | 28 No |
what is delay in QTP?
What is a runtime datatable ?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
what is risks of testing a project?
What is test object model in quicktest professional?
How you calling actions in qtp?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
QTP identifying the child tabs in a maintab like tab_1,tab_2,tab_3,tab_4 while using a for loop for these tabs.its not proceeding from _1 to _2. How can i use "for loop "
What is the function of Filter in QC . give with a real time example.
can we call a test in another test? how? explain with one example?