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 |
How we know the qtp has used the smart identification process for identification of the object.
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
what kind of erros can be handled with the using QTP?
Define Environment Variable in UFT and its uses?
i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i have 10 links in a page all of them have same properties& names i want to click on 5link by using script. 3.i have one combobox in that i want to see all the citynames in the combobox and i have to check weather hyderabad is present or not. 4. size of objectrepository. 5.what r problems we get during writing the script. 6.is it possible to compare to excel sheets in qtp if possible wht is the script. 7.example for lowlevelrecording
If a object property is changed in the application. where it should be updated in QTP... Pls anybody can give the answer.. Thanks in advance...
How to make arguments optional in a function?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
how to main tain the Old scripts in qtp?
Tell me about your project? please help me how to tell about insurance project
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is