0 votes
in QuickTest Professional (QTP) by

How to add synchronisation points in QTP?

1 Answer

0 votes
by

There are 4 ways through which we can add synchronisation points in QTP

a)      Wait statement :  This statement will pause the execution for x seconds until object comes up

b)      Wait property : This method will wait until property of object takes particular value

c)       Exist statement : This statement will wait until object becomes available

d)      Sync method: The code will wait until browser page is completely loaded. For web application testing this method is used.

Related questions

0 votes
asked Apr 25, 2020 in QuickTest Professional (QTP) by Robindeniel
0 votes
asked Apr 13, 2020 in QuickTest Professional (QTP) by rajeshsharma
...