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 |
can we run the scripts of qtp 8.2 in the qtp7.0?
banking project description for software tester
How you can find the absolute value of the number in qtp?
How u do the back end testing in QTP?
What is meant by Output Value in UFT?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
What exactly is the difference among all the three recording modes.
To which environments does a QTP support?
QTP Testing Process?
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,