Record and Replay a Test Case


Record a test case

  1. Click Edit button on the right of suite name.

  2. Click Record button on the right of suite name. You will enter record mode.

  3. In the Debug step which has in front of it, the process will be stopped. If you need to resume, you can click .

  4. Record according to process diagram execution flow, you can see each step you have done in tool bar.

  5. Click button to finish the record.The operations you done are showed in case step list table.

Replay a test case

  1. Click Record button on the right of case name to replay it.

  2. Click button to finish the replay.

  3. In the Debug step which has in front of it, the record will be stopped. You need to click button to resume.

  4. Click Exit Edit button on the right of suite name.

Notes:

If you need to record some test steps, you can add debug command where you need to record. When replay to the debug command, you can record your case steps.

Here are the description of plugin buttons:

Button Description Can click while running
Run test case until break point step. False, can click on debug steps.
Skip all break points. True
Enable all break points. True
Disable record case steps. False, can click on debug steps.
Enable record case steps. False, can click on debug steps.

Record a test case with group command

  1. Preparation

    • Prepare group commands that you want to add into test case. Refer to Create a group command in Group Command Management. Here is the group command that is ready to be used as example.

    • Add group command to test case. Refer to Use a group command in Group Command Management.

    • Add debug command following the group command. In case you would like to record after the group command. Take case2 of Standard HR Open New Position as an example. After finishing preparation, the case step list will be like that shown in the following screenshot.

  2. The recording operation refers to Record a test case.

Replay a test case with group command

Refer to Replay a test case.

Categories:

Updated: