What is the advantage of toggle break point

Showing Answers 1 - 2 of 2 Answers

Prameela D

  • Jan 11th, 2006
 

the advantage of toggle break point is  to identify the flaws (faults) in the Winrunner script during the debugging mode,  the meaning toggle means "hold onto".

by setting the break points  in  the script one can stop( suspend ) the test  run at a specified  place in the test script to inspect the state of the application under test. 

  Was this answer useful?  Yes

priya Bandhavi

  • Jan 21st, 2006
 

using break point we can stop the execution as per requirement including loops and conditions.

Toggle break point stops the execution whereever we place the cursor.

Navigation

Place the cursor on the line where we want the break->Debut->Toggle breakpoint

  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