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...



1. Which function is used to check whether the specified object property achieves the specified val..

Answer / 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

More QTP Interview Questions

Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

1 Answers   Patni,


what is the difference between link and hyperlink?

10 Answers   Infosys,


can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

1 Answers  


what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?

0 Answers  


what are the main differences between keyword driven frame work and data driven frame work?

1 Answers   UHG,






h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.

2 Answers   Four soft,


Can we write class for vb script in Quick Test Professional?

2 Answers   JPMorgan Chase,


Explain the concept of object repository?

0 Answers  


How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.

1 Answers   HP,


anyone can explain Diff B/w Actions and Functions

2 Answers  


How many ways is to parameterize the value?

0 Answers  


how we will use output values in qtp? is there any possibulity by descriptive programming?

2 Answers  


Categories