how to recall a function in QTP?
Answers were Sorted based on User's Feedback
Answer / pooja
to call a function...
in script u can write the function name as
login()
if there is any argument has to be passed then,
login(username, password)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajanya
Exist function can be used (called) to more than one test.
We can call the Function by calling the function name into
our script,
"Public Function Launch_Browser(byval URL)"
For the above function, u can call Function name -
Launch_Browser to your script by declaring variables too..
| Is This Answer Correct ? | 2 Yes | 0 No |
what is the difference between ClassName and class in QTP?
How we will execute(run) the scripts in qtp 8.2?
How to get align property of the link on web page?
QTP is identifying all windows application objects(i.e. winbutton,winconbobox,etc) as winobjects.How to handle this? Is there any way to add our own properties to identify objects?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
How to handle the exceptions using the recovery scenario manager in qtp?
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???