Have you performed debugging of the scripts?

Yes, I have performed debugging of scripts. We can debug the script by executing the script in the debug mode. We can also debug script using the Step, Step Into, Step out functionalities provided by the WinRunner.

Showing Answers 1 - 2 of 2 Answers

Divya

  • Nov 30th, 2005
 

We can "Add watch" and see values of variable at different points by putting breakpoints. We use Step run to see result after each line of the script.

  Was this answer useful?  Yes

pravin08

  • Jun 19th, 2007
 

Debugging of scripts can be performed using Step in, Step inout commands and break points. Add watch is used to check the value of the variables at runtime.

  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