What is an other way of "Wait" statement in QTP
I dont want to use wait("Some number").
Can any one tell this please..........
Answer Posted / suvrat sharma
Service.ThinkTime(5)
It's same as Wait(5) and will pause your execution of
script for 5 sec.
Thanks!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between built-i function and In-built function?
What are test settings and global settings?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Differentiate the type of test cases which can be automated and which cannot be automated?
How you calling actions in qtp?
What is quicktest professional (qtp window?
any body can you help me what is the script to automate an comand promt
what is object and child object.. explain ..if possible give some example for better understanding ..
How to record a qtp script ?
How will internal and external links be validated and updated? how often?
What is qtpro? What is quick test pro?
How to do call a output parameter from one action to another action??/
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What are the different types of qtp test assets and their extensions?
How to export quicktest professional results to an .xls file?