Debug QTP Automation Script

Have you *personally* debugged/developed any QTP/WR automation scripts using TSL from scratch? If yes explain

Questions by maddali1982   answers by maddali1982

Showing Answers 1 - 6 of 6 Answers

Yes..

1. Use the F9 button in QTP for setting up Debug point.

2. While the script is executing it will stop at the debug point.

3. Use the Expression/Variable window to get computation of Varibles and expressions.

4. Use F10 for proceeding to next step.



Regards,
Nawab

  Was this answer useful?  Yes

Yes..

1. Use the breakpoint where u want to Debug either by pressing F9 Button or Click on 'Insert breakpoint' in the Debug menu
2. Run the Script by pressing either Run button or f5
3. QTP Stops runnimg the script wher u placed the Breakpoint.
4. Press the F10 key to run the remaining script line by line

  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