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...
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 |
what is the test process followed for your project?
what is On Error Resume Next ?
what is the difference btn risks & Therads in the Test plan documentation?
Explain in brief about the qtp automation object model (aom).
Suppose i have a script which is having 100 lines.I want to execute that script starting from line no 75.means first qtp should read the script from line no 75 how can u do it.
5 Answers Lehman Brothers, rsystems,
What is QTP and the use of QTP in TD?
what is the purpose of .vbs file?
WHAT IS PARAMITARIZATION?
Do you have any knowledge about Business Processing Testing in QTP
What is the difference between Normal mode and Fast mode ?
How to test the login page in different ways in automation testing and i need code?
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.