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 / deepak
You can also use Do Until
E.g- There is a particular button in the next page which is
about to come then you can write like this:
Do Until Browser("...").Page("...").WebButton("...").Exist
Wait(1)
Loop
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is it possible to change the property value at runtime? How it is possible?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to check feasibility of the appliction?in automation testing?
What is Associate Repository in QTP 9.2 ?
With what extension you can save the list of tests in a file to run in test batch runner?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Generic function to search for the unique link in webtable and click on it
How you are developing the script? Using record and play back or manual?
What is the difference in the global and action sheet in qtp?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is the use of text output value in quicktest professional?
Differentiate the type of test cases which can be automated and which cannot be automated?
What test you perform mostly? Regression or retesting in your testing process?