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
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How u will do versioning in QTP?
When do go for loop condition in test?
What is 'sleep' in sync point?
How to replay a script in qtp?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
What is the use of an object spy tool in qtp?
Is it possible to use two instances of UFT on the same machine? If not why?
What is object repository in qtp?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
If the objects hierarchy is changing from build to build, then how you will handle that condition?
What is the extension of the recovery scenario file in qtp?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Can I change properties of a test object?