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 |
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Plz Explain AUTOMATION REFERENCE MODEL?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
What is the difference between per-action and shared?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
How can we translate the steps between the Keyword and Expert Views?
when you press a link it displays "the page cannot be displayed" then as a tester how you will find the problem,what type of problem must be it?
what is aregular expression?
difference between GetROProperty and GetTOProperty
I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?
How can we count the no of rows are available in a data table ?
can we call runaction in the funcion