1. Which function is used to check whether the specified
object property achieves the specified value within the
specified timeout
below anyone is correct
1. Check Property
2. getToproperty
3. output
Pls anybody can give the answer.. Thanks in advance...
Answer Posted / amarendra kothuru
Use "WaitProperty" method for you case.
This method is useful for test run synchronization. Unlike
the Exist method, the WaitProperty method enables you to
synchronize the test run based on a specific object
property. For example, you can instruct QuickTest to wait
for a particular string to appear in a static text control:
' Wait up to 30 seconds for the string "Ready" to appear in
the "Status" text control.
Window("Test").Static
("Status:").WaitProperty "text", "Ready", 30000
E.g:
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How to use setroproperty?
What is action? How many types of actions are there in qtp?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
What is Associate Repository in QTP 9.2 ?
What is a checkpoint? How many check points are there in qtp?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
how to find that tools work well with ur existing system?
How many tabs are available to view your test in a test pane and what are they?
HOw to add the recovery file at runtime to the test file .
unique properties of button,edit box, radio button,check box?
what testplan contents and what test strategy contents,what is the diff b/w them
How can I use Call dlls in QTP ?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is an optional step in qtp ?