Hi any body can tell me the synchranization point syntax
thanks
in advance
Answer Posted / mahaboob
synchronization:During the test execution the qtp script
execution time may not match with the application under
test script,the time gap between the qtp script to
application undertest the test is fail,to avoid this we
bridge the time gap between them ,we have to use the
1)increase the default synchronization time out patameters
2)using exist statement
3)using wait statement
Ex:
Browser(Browser name).page(pagename).frame(frame name).wait
(mille seconds)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is Property......End Property loop? how to write sript for it in QTP
How can I use Call dlls in QTP ?
what is meant by source control?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Your roles and responsibilities and daily tasks? (As automation tester)
Limitations in QTP?
what is the latest version of QTP? Main difference between 9.2 and 10 version
How many types of Automation frameworks are there in UFT? Describe them.
Differences between quicktest professional (qtp) and winrunner?
what is clean sweep?
What are the Disadvantages of shared object repository?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
what QTP Options do you know?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..