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
Hai anyone please "Explain about Framework in QTP?"
Sql questions to find second max salary and how to use joins
What is regular expression?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What is accessibility check point?
What are the two types of repositories available, explain them?
How can i check items sorted or not in a weblist ? Give me the script for this...
Explain how Does Run time data (Parameterization) is handled in QTP?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
In qtp, how you can get the last character from a string?
what is meant by source control?
What are the different ways to invoke an application using QTP?
Where we can use the synchronization?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?