what is Function Definition Generator? can any one explain
me in details?
Answer Posted / aparna
This is correct answer than previously given by me
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 also
use the Function Definition Generator to register a
function to a test object. You fill in the required
information and the Function Definition Generator creates
the basic function definition for you. You can then copy
the definition to a library file and associate it with your
test or component, or you can copy the definition directly
to a test script in the Expert View. You can complete the
function by adding its content (code).
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
How to use the object spy in quicktest professional (qtp) 8.0 version?
How many add-ins comes by default with quicktest professional?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
how do u plan test automation?
What is CMMP and CMMH?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain measuring transaction.
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
How you create new action in qtp?
What is object repository in qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
What are the different ways to invoke an application using QTP?