12-02-2008, 12:00 PM
if the file which qtp indicates doesnot exist then i need to pause the complet script .. can anybody suggest me the script for that
thx
thx
need script to pause the test
|
12-02-2008, 12:00 PM
if the file which qtp indicates doesnot exist then i need to pause the complet script .. can anybody suggest me the script for that
thx
12-02-2008, 09:26 PM
Hi, kumsweta
If you need to wait until tester performed some action (for example, click OK button), you can use code: Code: msgbox("File does not exist!!! Click OK to continue") Code: wait 5 If you want to stop test execution, use statement: Code: ExitTest Andrey |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Batch Test Script Help | nidhitaneja | 0 | 2,578 |
02-09-2014, 10:34 PM Last Post: nidhitaneja |
|
how to add test to test set using vb script ? | dasappa | 4 | 17,130 |
08-15-2012, 09:59 PM Last Post: sunnystrikes |
|
how to handle errors while running test batch script | sureshkumar | 0 | 2,087 |
11-11-2011, 04:38 PM Last Post: sureshkumar |
|
How to pause QTP script using DotNet Factory | nistalaramesh | 3 | 5,138 |
06-23-2011, 02:59 PM Last Post: Saket |
|
Pause script with code | JRDew | 6 | 13,221 |
03-08-2011, 09:46 PM Last Post: tdevick |