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 driver in testing point of view?
Explain the waterfall model in detail?
What is the limitation of First Name, Middle Name & Last Name text box? and what is the limitation 0f Only Name text box?
If you found any high priority bug before release product then what will you do as tester if you only tester in team??
What is d differences between sanity and smoke testing with xample?If anyone knows pls ans dis ques
If any customer will raise the change request, it falls under developer part or QA part?
Hi all, Can u pls help me with some Testing mannual for Test case preparation, Test planning and for attending ISTQB Examination. Kindly provide your feedback in this mail id (gbijesh@gmail.com) Tnks & Rgds Bijesh G
HI. THIS IS SURBHI. NEW TO IT INDUSTRY.DNG TESTING COURSE. CAN ANYONE TELL ME IS THERE ANY CONSULTANCY WHICH CAN PROVIDE JOB FOR FRESHER?
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?
How did you go about testing a project?
One or more text elements or even all text elements in a page should be markable as required to match. -What are the categories of content validation is described in the text above?
Should Tester have to write separate test cases document for Functional testing, UI testing, Regression Testing, Stress testing etc....?