how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / srinivas naragoni
Synchronization is nothing but time maping between QTP and
application.
synchroization point to give waiting time to the tool(QTP)
Example flight reservation:
1) You are inserting an order and than stop your recording
remember not to close or do any other operation after that.
2)Now playback the same test You find it QTP test result is
generated before order is inserted.
That shows QTP test execution speed is higher than
Application execution speed.
By providing synchronization point tester tries to match
the execution speed of QTP and Application because it may
happen that the next operation that you are performing is
depending on previous result and it is not generated yet.
Default wait time for any object is 20 second and object is
not appearing in 20 second than that may fail script. So to
avoid such condition we use Synchronization Points
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
tell me abt a time when u had to go above &beyind the call of duty to get the job done
what is actually contain test report? can anybody post the test report
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
how u will evaluate the tool for test automation?
What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.
how to do the batch testing in test director using manual testing procedure?
How do you create new test sets in td?
Tell some commonly used Excel VBA functions?
How to creating an output value using quicktest professional?
How many tabs are available in debug viewer pane?
What is QTP testing process?
Analyzing the checpoint results?
Is it possible to call from one action to another action in qtp?
What is the XML file architecture ?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?