what is syncurnisation point? what is the use of this in
real time environment? plz explain?

Answer Posted / nandankumar

"Syncronization is a process of matching the speeds of both
Qtp and application in order to sync with each other to
obtain proper testing results".

3 ways we can do

1.by inserting the syncronization point statement
--by default qtp has 20 sec's for executing any test..but
if we insert sycronizatin point statement (time in milli
sec's)
suppose if we give 5000 millisec's(5 sec's) then it will
wait default time (20)+5 secs.
with in this time if qtp identifies the object information
then it will perfom the actions on the application..if not
identify that means the application is too slow not sync
with the qtp then it fails and shows us the error..


2.By inserting wait statement

wait(time in sec's)
if we suppose give
wait(50)
then it will wait blindly 50 sec's

3.Increasing the default time
by default we know that qtp has 20 sec's
we can increase this in menu item file -settings- 60 sec's
if we increase this blindly qtp will wait 60 secs and
perform action on aut.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of recording modes in qtp?

583


Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

1497


What is optional step in qtp? How you can add optional step in qtp?

526


how can we do the frame work in qtp

1597


Name the different types of recording modes?

572






In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2379


How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?

623


Explain different type of event trigger option.

535


How many types of recording facility are available in quicktest professional?

560


how to test load test and block box testing an a web based application pls give ans briefly

1352


QTP script is not working on other's machine..

1531


How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?

694


Sql questions to find second max salary and how to use joins

959


In qtp, how you can remove the spaces from string?

546


How many types of actions are there in quicktest professional?

512