Print Page | Close Window

Breakpoints

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: WinRunner @ OneStopTesting
Forum Discription: WinRunner is an automated functional GUI testing tool that allows a user to record and play back UI interactions as test scripts using a proprietary Test Script Language (TSL).
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2873
Printed Date: 04Jul2024 at 9:00pm


Topic: Breakpoints
Posted By: tanushree
Subject: Breakpoints
Date Posted: 15Oct2007 at 4:36am
Breakpoints

A breakpoint marks a place in the test script where you want to pause a test run. Breakpoints help to identify flaws in a script. When you run the test, it proceeds as usual till it encounters a breakpoint, there it stops and allows you pause or continue the test.
   Breakpoints can be set on single statements or on functions. If you set breakpoint on a line then, if the line is being executed then WinRunner pauses the test. If you set it on a function WinRunner pauses when a call to the function is made.
You can set a breakpoint on a line by clicking on Debug=>Toggle breakpoint or press F9. You can set a breakpoint on a function by clicking on Debug=> Break in function and type the function name.
To view and delete all the breakpoint in your application click on Debug=>Breakpoints



Print Page | Close Window