how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / litan
synchronization point is nothing but time interface between
tool and application build.generally we r giving
synchronization point to give waiting time to the tool.
3 ways we can do this.i.e
1-synchronization point: here we r giving waiting time to the
tool depending on application status bar.suppose in yahoo
regiistration form after fillup when click on submit after
colour filling the status bar it will go to next page.if we
r not giving synchtonization point when tool execute the
next page script it show an error page not found.
navigation:insert menu-step-synchronizatiobn point
2-wait():here we r giving fixed waiting to the tool
3-increasing time out:bdefault QTP maintains 20000
milisecond to identify object.if it is taking more time to
identify all the objects then we hav to increase the time out.
navigation:tool-option-run tab increase our time there in ms.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
How can you give wait up to 10 seconds in qtp?
What are table and db checkpoints?
write a script to verify the image path(src property) of the images which are in web pages.
Explain about the test fusion report of quicktest professional (qtp)?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Explain different types of action in qtp?
Differences between quicktest professional (qtp) and winrunner?
We stored into the objects OR and then write the scripting
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
What are the disadvantages of recording test cases in qtp?
Get the count of files of similar types from a folder.
What is a quick test professional?
What contains Data Driven Framework document in qtp?
give me an example where u used good judgement and logic in solving a problem
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..