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
What are the types of environment variables in qtp?
What is the descriptive programming?
They asked by using qtp recording writing scripting
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Get the count of files of similar types from a folder.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Approach for Installation,comaptibility,system testing
what is the diff b/w assistive and mandatary rules of object repository in QTP???
is there any addin for remedy user application
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
explain structured testing? plz guys with exp. do answer
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
In qtp, how you can use xpath to identify objects?
Write a script to customize the test results in PDF and HTML format.