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 |
What is the extension of qtp local repository?
Explain the features and benefits of quick test pro(qtp)?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
what is diff b/w function and action?
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
What are the differences between quicktest professional and winrunner?
Is it possible to return multiple values from a function..? Then how..?
How can i check elements sorted in dorpdown using qtp..
Hai anyone please "Explain about Framework in QTP?"
can we run the scripts of QTP8.2 in QTP7.0?
What are the most frequent errors you faced while executing your scripts?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?