Answer Posted / santosh
1.increasing the default time
2.Object Property:
The specific property of an object can be considered as a condition to request the QTP wait for some time until the property is seen on the object.
3.Exist method:
this method is used for requesting the qtp to wait for some time until for specific window exist.
EX:
if(window("flight reservation").exist(10)) then
...............
...............code
...............
else
msgbox("flight reservation window doesn't appeared").
end if.
4.wait statement
ex:wait(10)...direct setting the time in seconds.
5.sync method:
browser(browser name).sync()
This is used for only web applications.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of status are there?
How to build scripts that access data from external sources?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Can we run test with out adding object in object repository? How it is possible?
Can anybody post some real time scenario in qtp? please its very urgent.
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What are the ordinal identifiers in web page?
What is expert view in qtp?
Explain step generator in qtp?
is there any addin for remedy user application
How to open a new test using quicktest professional (qtp)?
What is CMMP and CMMH?
Can we Test Welcome Screens and Process Images with QTP
How smart identification works in qtp ?
Explain data driven framework?