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 |
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
· What should test in BANKING DOMAIN application ?
In application have 2 list box oppsite list box two edit box is there.so now through using DP how can we select 3 opption in first list box and 2box semect 4 opption.in edit box also we have to write 25 ,28.how can we do this
Write Descriptiv prg 4 login logn....txt bx password---txt bx ok---btn
What are the Features & Benefits of Quick Test Pro ?
what is the another name for blackbox testing?
in order to start automation testing what we should require (entry level to automation testing)
WHICH PROCESS U FOLLOW IN COMPANY
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent
What is Optional step?
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
Does QTP is "Unicode" compatible?