Answer Posted / ravi
If the test engineer does not want to perform a step until
the object reaches a particular status, then the test
engineer can use the synchronization concept.
There are three ways in which synchronization can be
specified.
1. Wait function.
Ex: Wait(2000) - QTP will wait for 2000 msec
2. WaitProperty.
Ex: Window("Windowname").WinObject
("Objectname").waitproperty("enabled", true, 2000)
Here QTP will wait a maximum of 2000 msec. If the enabled
property becomes true before 2000 msec, then QTP will move
to the next step.
3. Increasing Timeout.
Goto Test Settings -> Run ->ObjectSynchronizationTimeout.
Specify the time you want the QTP to wait for.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How do you create new test sets in td?
How many types of recording modes in qtp? Which will be used when?
Can we create user defined functions in qtp?
How many types of status are there?
How to find the path of folder in which the test is saved in qtp?
images are dynamically changes how to compare two images with out using the bitmap
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How to save your test using quicktest professional (qtp)?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Explain calling sub procedure.
What is keyword view in qtp?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company