Hi any body can tell me the synchranization point syntax
thanks
in advance
Answers were Sorted based on User's Feedback
Hai Friend,
In some times tool will run faster than Application in
Execution time, it causes Error message in that situation
we have to mapthe time between Tool and Application. This
is Synchronization point. There are some different ways
1. Wait() [wait Function]
2. .Exist [either PopUp or some message]
3. When a Progress Bar enabled. [when a progress bar
compleated]
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chandu
hi there...
Browser("Welcome: Mercury Tours").Page("Flight
Confirmation: Mercury").WebElement("Flight Confirmation
#").WaitProperty "visible", true, 10000
its in help man...just see the help in QTP
thanks
chandu
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ram
It is the conditional based waiting mechanism with which we
can make the tool in waiting state until the specified
condition is satisfied.
Object hierarchy. waitproperty, "property name", property
value, extra time in milli seconds
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akshar jain
you can use the sync property that is widely uded in our
company for eg
browser("pegasus").page("pegasus").sync
or for an image
browser().page().frame().image
().waitproperty,"visible",true,10..this line will wait till
the image is completely loaded
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiva
synchronization is a process of matching the speeds of both
the tools and applications in order to keep them in sink
with each other.the main concept of synchronization is tool
to wait,still the application finishes its work.
Syntax for synchronizations:
Object hierarchy.Wait property("property name","property
value").Extra time in milliseconds
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
What is the parameterization? Give one example?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
how to upload an excel sheet to quality center?
Explain measuring transaction.
what is stlc and its contents?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
Why script error occur in between recording in qtp?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
If you use low level recording,what objects will be recorded in Object Repository and what properties?
Without using gui map editor we can recognize the application in winrunner ?