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



what is sychronization point in qtp how u put in yr application when it is put wat is its use how ..

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

what is sychronization point in qtp how u put in yr application when it is put wat is its use how ..

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

what is sychronization point in qtp how u put in yr application when it is put wat is its use how ..

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

Post New Answer

More Manual Testing Interview Questions

what is stages in test plan?

1 Answers  


what is stlc and what is bug life cycle? are the both same or different?

3 Answers  


One scenario: yahoo inbox doesnt show emails but instead of all inbox emails are shown in draft folder. How do u wrte the defect repert for this scenario.

0 Answers   STG,


Which model is following in your company for developing software?

0 Answers  


what is agile testing with example

3 Answers   Polaris,






if you intrested to learn Manual Testing concepts with real time examples on weekends @ Bangalore. Mail me @ manualtestingtraning@gmail.com Duration: 16 Hours Fees 1000/- only on weekends Trainer: TestLead form MNC Bangalore

1 Answers  


test cases on orange hrm(( this is human resourse management system)

1 Answers   IBM,


Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance

3 Answers  


How will you prepare traceability matrix if there is no Business Doc and Functional Doc?

0 Answers   Infosys, Notion Ink,


What is the outcome of integration testing?

1 Answers   Crea,


Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?

1 Answers   ISB,


Give practical example for implementing V-Model

3 Answers  


Categories