What is Wait technique and Global technique in QTP?

Questions by sadhana.mishra84

Showing Answers 1 - 2 of 2 Answers

Here 2 ways to give a sync :- 1st one is :- "wait" function Wait (..)2nd one is :- "Sync" function This is Global Techniqe for Wait for loading the web application. Browser(.....).Page(.......).syncIf that application is windows based :- Window("....").WaitProperty("Enabled/disabled", True/false, time)

  Was this answer useful?  Yes

Anupama

  • Feb 22nd, 2007
 

Wait techinique :IT will make the tool to wait upto maximum time elapsed
Global technique:It will make the tool to wait upto the object properties are matched,That is sync..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions