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
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
what are the limitations of smart identification in qtp 9.0
How to customize checkpoints with parameters?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
regular expression in qtp standar check point for months from accepting months from january to december only
What is difference between run time object and test object?
How can get count of list box?
What is the recovery scenario in qtp?
How to use reporter.report event in qtp ?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What are the differences between table and db checkpoints?
What are the benefits of quick test pro(qtp)?