Synchronization methods?
Answers were Sorted based on User's Feedback
Answer / rrnaidu
Synchronization methods are
wait property
increasing time out
reaching status or progress bar enabled
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nagesh
synchronization is a process of making the speed of
application and the speed of QTP in sink.
there are 4 ways of synchronization
1) inserting synchronization point
2) inserting wait() method
3) using .exist() method
4) increasing the global syncronization time
---> poli.nagesh@gmail.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shankar
synchronization is a process of matching speeds of both
tool and the application.
synchronization methods are
1.Inserting synchronization point
2.wait property method
3.increasing default time
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deven
Three methods are available in QTP for Synchronization
WaitProperty – method is used to instruct QTP to wait the
execution process until it
matches with the object property value based on the
specified time.
E.g. Browser("Welcome: Mercury
Tours ").WaitProperty "name","Welcome: Mercury Tours", 5000
name - property name
Welcome: Mercury Tours - property value
5000 - number of milli seconds to wait
Wait – method is used to instruct the QTP to wait the
execution process based on
the specified time only but not on any condition
E.g. Wait 5 (or) Wait(5) ‘5 Seconds
Exist – method is used to instruct QTP to wait the
execution process based on the
specified time and returns Boolean value as per the object
existence
E.g. var_Exist = Browser(“Welcome: Mercury Tours”).Exist
(5) ‘5 seconds
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kishan
Here are the ways to acheive synchronization
1. Wait(n)
2. WaitProperty("prop. Name","Property value",time in
millisec)
3. Exist(n)
4. Page synchronization using
Browser("A").Page("B").sync()
5. Object Synchronization timeout
(File > settings > Run)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
1.Object/Window Property
2.Object/Window Bitmap
3.Screen Area Bitmap
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the difference between property and method?
How to supress warnings from the "Test results page"?
what are the files created after executing QTP script file, please specify the file names with extensions
How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
Can objects recognised without repository?
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
hw to create a frame work in qtp..what are the basic steps
Hi All I am installing QTP 8.0/8.2 in my office desktop (WIN XP) but it is not working. Inspite Installion is succesfully done but when i open qtp from programs it opens only first screen of add-in and after that it disappears. But in my other computer at home (winxp) it is working fine. Can you please give the reason, why it is not working in office desktop. DEEPAK SINGH
after click on compose mail how can we attached a file in qtp with vbscript code
how do u get lib files into scripting files?
How to covert a String to an integer?