What is the purpose of setting a break point?

Showing Answers 1 - 2 of 2 Answers

lakshmi

  • May 2nd, 2005
 

we can use breakpoints to help debug our test scripts. A breakpoint stops a test run at a specified line in the test script, or in a specified function. You may want to stop a test run using a breakpoint in order to: 
1.monitor the entries in the Watch List  
2.begin stepping through a test script using the Step commands  
 

  Was this answer useful?  Yes

Prameela D

  • Jan 11th, 2006
 

the purpose of the setting thebreak point is  just to stop the execution of the test run at aspecified point in the script.

 if you can't set the break point you can't stop the execution, you can't locate the bug in the script. 

  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