Answer Posted / 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 View All Answers
Difference between action & Reusable action?
wt is the use of multiple questions in QTP
Whether qtp 9.0 supports Test director8.0
What is the default object synchronization timeout in qtp?
How can you identify the browser and its information using QTP script?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Why do we use breakpoints in QTP?
How many types of recording facility are available in quicktest professional?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What are private functions in QTP? How they can be called from the function library?
How can I check if a environment variable exist or not?
Can I change properties of a test object?
How many types of Automation frameworks are there in UFT? Describe them.
Describe how Smart Identification is used
Tell some commonly used Excel VBA functions?