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
What is the basic concept of quicktest professional?
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
give me an example where u used good judgement and logic in solving a problem
Explain types of descriptive programming?
Explain the features of quick test pro(qtp)?
what is keyword driven testing in qtp?n how is it useful?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
what is error and fault in terms of software quality?
How many types of status are there?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
What is Unicode Compatibility?
How will you declare a variable in qtp?
What is object repository in qtp?