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 the qtp local repository? If it is .mtr then what is .bdb extension stands for?
Associated files in QTP?
WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY? Can any body tell me answer of this quation........
Please clarify Automation and QTP both(names) are same or diff?
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance...
Define Error Pane of UFT?
Does QTP is "Unicode" compatible?
What is the difference in testing a client-server application and a web application?
Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance
Which is the best testing institute for QTP training in Hyderabad.
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece