...
8- You can also put breakpoints in your test case by clicking on a checkbox under Break next to the step which changes the color of the step to red. When you execute the test case, it will stop at the break point automatically. Your breakpoints will be saved when you save your test case.
Info | ||
---|---|---|
| ||
Breakpoints are saved in a test case and are visible only to the user who created them. |
9- In case you are executing a test case and need to make changes to specific steps before continuing, step over feature makes it easy for you to debug your test case step. Add a break-point at the step where you need the execution to stop, or play your test case and pause wherever you like.
...