how can u put synchronization point in qtp,wat is exactly
synchroniztion why we use it wat is benifit in qtp
Answer Posted / radhika
Waiting time in the sense that if you have an application in
which you have 3 steps for example.
Let's say you are recording the steps where the first step
is to enter the information, second step is clicking submit
button and third step is printing the summary page.
Now when you click submit button it may take few seconds to
several minutes depending on the application or internet
speed.After your summary page has loaded you click print.
But when you play this in Qtp it does it very fast,it does
not wait for processing of information after you click
submit button and may try to print summary page which will
give error.
So, to overcome such problems we insert synchronization
point.By inserting synchronization point we are asking QTP
to wait till Summary page is loaded and then click Print button.
| Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
Explain QTP using different development techniques ?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
what is actually contain test report? can anybody post the test report
what is the difference btn risks & Therads in the Test plan documentation?
What are the advantages of qtp?
please post the interview questions for QA position in FACTSET
Explain about the test fusion report of quicktest professional?
What is the difference between Keyword Driven test and Data Driven test?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is RTM (require ment tracebulity marix) fromate?
What is meant by Output Value in UFT?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?