Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

8- You can also put breakpoints in your test case by hovering over over right-clicking on the step to show the additional step controls

Image Removed

9- Afterwards, hover over the arrow of the additional step controls and select Set Breakpoint 

Image Removedcontrols and choosing Set Breakpoint. By executing the test, the player will automatically stop execution when reaching the step with the breakpoint.

Image Added

10- A red breakpoint icon will appear on the step. 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 and are displayed only to you.

Image RemovedImage Added

11- 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.

Image Removed

12- When the break-point is reached or test case is paused, select a step by clicking on the checkbox or caption, then click Step Over button to play the unexecuted step. Step Over only executes one step at a time.

Image Removed

Image Added13- Once the step is played, the execution will pause again until you decide what to do next.

...

15- You can also skip a step from execution by hovering over the step, hovering over the additional controls and choosing Skip, or by simply clicking the checkboxes next to each step and clicking the Skip icon from the toolbarclicking the checkbox or caption and choosing Mark to Skip on the floating action palette to skip all steps, or right click each individual step and choosing Skip Ste. When you execute the test case, it will automatically step this step and move to the next one.

Image RemovedImage Added

16- Reload button shown below allows you to refresh your test case, and it also gives you the ability to keep the variables you have set in prior steps of the test case in execution through a confirmation dialog box:

Image RemovedImage Added

17- In case 15- If you need to modify a data set during a local run, click on the Data Set Select data icon highlighted below.Image RemovedImage Added

18-  Click View Data Sets link to navigate to the Data Sets used in your test case. This makes it easier to navigate rather than having to go back and forth between test cases and Data Templates > Data Sets.

Image RemovedImage Added

Info

The OK button on dataset selection is shown as disabled here because this test case owned by "PROOF". Elements with this user are for available instructional purposes and cannot be modified or deleted.

...

19- You can also access datasets from suite view by clicking on the checkbox next to the test case and clicking Select dataset icon:

Image RemovedImage Added