Versions Compared

Key

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

...

You can drag and drop any variable on the watch window to your convenience as long as the test case execution is paused/finished. The below is an example that shows dragging and dropping variables.

Image RemovedImage Added

4- As your test case is running, the Run now button will be greyed out while the pause and stop buttons will active. In the middle of execution of a test case, you can click the pause button to pause the execution. Now, you can click on the Resume button anytime you like to resume the execution. While test case is paused, you can make changes to the test case, save your changes, and resume the execution.

Image RemovedImage Added5- When in pause status or when the test case has been executed to the end, you can click on the checkbox of a particular step or the caption to control the step step you would like to re-execute from (the step will be highlighted in grey), then click Run from Step # as shown below.

Image RemovedImage Added6- At any time during the execution of a test and after you hit the pause button, you can edit the test case to resolve the error(s) encountered during your local test run or make any modifications, then click on the step caption or checkbox that you just fixed to run it again, and hit the Run from Step # button. You can repeat the above steps until you have a working Test Case.

7- When your Test Case execution is completed, you can hit stop to close the browser that was launched earlier as well as the watch window (Variables) on the right side.

Image RemovedImage Added

Info
titleTip

In case timestamp field in data templates is checked, clicking Stop will refresh the timestamp on your local run.

...

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 RemovedImage Added13- Once the step is played, the execution will pause again until you decide what to do next.

...