Action Step Over

Test run can step over by debug.

Debug Action

  1. Open 'Action set setting' dialog, an then click 'Debug' button.
../../../_images/img_01.en229.png
  1. 'Action set setting' dialog changes to debug mode.
../../../_images/img_02.en214.png
Button Button name Details
steporver Step over Restart debug, then execute one line of code at a time.
resume Restart Restart paused debug.
terminate End End paused debug.
  1. Click displayed each Test run, and then execute debug.

Hint

Tip

Executing action is surrounded by red frame.

Set break point and then debug action.

Set break point in the action, and then you can pause the action.

  1. Double click at the left side of action to pause.
../../../_images/img_03.en178.png

Tip

'Pause icon' is displayed, and then the execution is paused before action of 'Pause' icon if you execute debug. If you want to release the break, double click the Pause' icon.

  1. Click 'Debug' button.

Related keywords

debug, step