synchronization, wait,wait Property?



synchronization, wait,wait Property?..

Answer / moreshwar deshmukh

Synchronization :- When you run tests, your application may
not always respond with the same speed. For example, it
might take a few seconds: for a progress bar to reach 100%
for a status message to appear for a button to become
enabled for a window or pop-up message to open
You can handle these anticipated timing problems by
synchronizing your test to ensure that Quick Test waits
until your application is ready before performing a certain
step.

Wait:- QTP waits for 10 seconds till the button exists in
the page. The script proceeds if the button even exits
before 10 seconds unlike wait() statement – it waits for 10
seconds no matter the button exits before 10 seconds

Wait Property:- You can insert a synchronization point,
which instructs Quick Test to pause the test until an
object property achieves the value you specify. When you
insert a synchronization point into your test, Quick Test
generates a WaitProperty statement in the Expert View

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More QTP Interview Questions

What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

0 Answers  


in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do

2 Answers  


what is the framework followed by ur company in qtp

5 Answers  


what are the limitations of automation testing?

2 Answers   TCS,


It is very difficult to test in manual for that we go to DATA DRIVEN TEST.

3 Answers  






What is the difference between client server application and web based application?

1 Answers   IBM,


iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?

0 Answers   Infosys,


In a web site, Protocal has been changed http: to https: what is your approach?

2 Answers  


i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?

2 Answers   Fiserv,


1. How to capture data from images in QTP and produce them in Excel sheet

1 Answers   Broadridge,


what is the frame work your using in automation ?

4 Answers  


Can anybody help me by sharing the code for checkbox in qtp using vbscript.

2 Answers  


Categories