what is sychronization point in qtp how u put in yr
application when it is put wat is its use how it is useful
Answer Posted / 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 |
Post New Answer View All Answers
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
1. what exactly is heuristic checklist approach for unit testing ?
What is bucket testing?
What are the roles of glass-box and black-box testing tools?
What r the things,u prefer and prepare before starting testing?
Tell me the advantage and disadvantage of cookies?
Write 2 scenarios for System testing?
Why did you choose the Software Testing Field?
How the application is launched to the production environment?
What are the queries mostly asked in testing ? give me some examples.
What r the functional testing u perform?
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
What is Pre UAT and UAT is there any difference ?