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 / hemakumar..m
Use Exist Method.
Ex:
Browser("title:=.*").Page("title:=.*").Link
("name:=OK").Exist(2)
It will wait upto specified time(2sec) when object does not
exist.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
when a test case is written how u test using qtp
What is the keyword view and expert view in qtp?
Explain how qtp identifies object?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
wht type of User defined functions or Java Releated functions do we write in VB scripting
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Why we load add-ins in qtp?
Explain the types of object repositorys in qtp?
Difference between copy to action and call to action?
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Is text area check point supports for web applications?
What are the benefits of quick test pro(qtp)?