mercredi 1 juillet 2009

QTP expert view: how to insert a wait? Step 1

This message is the first of several ones describing how to insert wait statements in your script, in order to take into account the possible time outs or delay to load a webpage.

The first which is the easiest to use but the most risky for your tests is the Wait Statement:

example: Wait(10) ' qtp will wait ten seconds before doing the next step