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 difference between analog and low level recording?
Can we use Virtual Objects in Discriptive Programming?
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
How to measure transaction time through VBScript without using start and end transaction points?
What are the two types of repositories available, explain them?
How you create new action in qtp?
How to execute the test cases using QTP. i.e What is the use of QTP while execution
Explain the concept of object repository & how qtp recognizes objects?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
How do you create regression test packs?
What is meant by Output Value in UFT?
What is accessibility check point?