what is difference between wait and synchronization point.
Answers were Sorted based on User's Feedback
Answer / s.gayathri
wait:in wait point,though the job is completed less than
the specified time,it will wait for the specified time to
be elapsed and then only we will have the result summary.
synchronization:but in this case once the job has been
completed,we can immediately get the result sheet.it wont
wait for the specified time to be elapsed.
example:
suppose we have one job which takes 5secs to complete.
by using this
wait(10)->though the job is completed within 3secs,it will
wait til 10secs and then we will havethe result sheet
by using this synchronization time as the same 10secs,once
the job is completed within 3secs,it will not wait for the
remaining 7secs,after 3secs it will immediately give the
result sheet
| Is This Answer Correct ? | 28 Yes | 0 No |
Answer / praveen yarlagadda
what ever you said is absolutely right
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deeps
when you use wait command, the tool waits for the given
time and moves on even if the object has not appeared.
Whereas synchronization point waits until it sees the
object.
object may appear sooner or later than the given wait time.
If the object appears sooner than it has wait until it
reaches the given time or if the object appears later than
the test fails. So it is always a better bet to use
synchronisation point.
| Is This Answer Correct ? | 5 Yes | 3 No |
Can you write a script to check if the folder exists or not?
what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766
Write the regular expression code, it accepts the alpha, numeric and special symbol and the first character should be the Alphabet. Tell me the answer
What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?
1 Answers Brain Roots, Ordain Solutions,
Synchronizing test
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
How to identify 2 versions of browsers based on regular expression
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
Diff B/w Webserver and Client Server
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
Explain in brief about the QTP Automation Object Model.
how to display message with out using msgbox function?