WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answer Posted / 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 |
Post New Answer View All Answers
How does quicktest professional identifies the object in the application?
What is the use of text output value in quicktest professional (qtp)?
Did QTP prove efficient for your project? Yes or No, explain?
Where can I find and view run-time data table?
What are the different attributes used with regular expression?
What is optional step in qtp? How you can add optional step in qtp?
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
How can you pass value one action to another action?
What are the main differences of qtp and win runner?
How can I check if a environment variable exist or not?
What is the expert view?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How to define array in qtp?
What is object repository in qtp?