what is sychronization point in qtp how u put in yr
application when it is put wat is its use how it is useful
Answers were Sorted based on User's Feedback
Answer / murali
sychronization point is used to solve the time anticipatory
problems bettwween script execution & application.
wait(),wait property().sync,sleep,suspend
wait property: this function causes to wait the script
execution until an oject property becomes exepected value.
it is used window applications.
syntax: window("emp details" ).winbutton("ok").waitproperty
"enabled",1,10000
sync: to wait script execution until web page navigation
finished.
it is used in web application
syntax:brower("yahoomail").page("index").sync
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / satyaprasad
synchronization point is an option in QTP which is used to
give time map btween QTP tool and the application build.
By the following ways we can give synchroization points
1)By "wait" function
2)by giving synchronization point on progress or process
complition indicators
3)By changing the Run time settings ,the default time out
is 20,000 millisecs
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / murali
sychronization point is used to solve the time anticipatory
problems bettwween script execution & application.
wait(),wait property().sync,sleep,suspend
wait property: this function causes to wait the script
execution until an oject property becomes exepected value.
it is used window applications.
syntax: window("emp details" ).winbutton("ok").waitproperty
"enabled",1,10000
sync: to wait script execution until web page navigation
finished.
it is used in web application
syntax:brower("yahoomail").page("index").sync
*default time for script execution is 20 sec in QTP
*default time for script execution is 10 sec in Win runner
| Is This Answer Correct ? | 3 Yes | 1 No |
what is the difference between regression testing and retesting?
difference between development project & maintainance project
When should testing start in a project?
what is the testing approach for windows Explorer(Not IE Explorer)
anyone ca explain Tracebility metrics.how to involve on this.
11. Do you have any other questions or comments about the Web site or your experiences with it?
1)does we need any web server for executing web application or project. 2)do we need any web server to run a build
Information about Automated Software Installer
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
0 Answers Accenture, Value Labs,
What is quality center? How many built in tables does quality center have?
is validation done in white box testing .