Execute Test Cases

2025-12-27 12:40:15
Sanplex Content
138
Last edited by WANG JING on 2025-12-27 12:40:15
Share links
Summary : This section explains how testers run test cases in Sanplex from Test > Cases, record outcomes (Skip/Pass/Fail/Blocked), and save results sequentially. It also describes converting failed or blocked runs into bugs with evidence attachments and reviewing execution metrics and history.

Testers’ primary responsibilities include writing test cases and executing tests.

In Test > Cases, use the actions in the operation column to perform test execution.

1. Execute a Test Case

Click Run to execute the test case.

Enter the execution result. Sanplex supports four outcomes:

  • Skip
  • Pass
  • Fail
  • Blocked

The default result is Pass.

图1

This opens the Run Case page, where you can select the test result.

图2

If all results are Pass, click Save. Sanplex will automatically open the next test case.

2. Convert a Test Case to a Bug

If the result is anything other than Pass, enter details in Actual Result and click Attachments to upload screenshots or other supporting files.

图3

After clicking Save, Sanplex displays the captured issue details on the page.

图4

Click Convert to Bug to navigate to Test > Bugs > Create Bug.

图5

Fill in the required fields and click Save. In the created bug’s Related Information section, you can see the Source Case (the test case that generated the bug).

图6

You can also click Convert to Bug directly from the case list.

图7

3. View Execution Results

In the case list, click Result to view the execution history and outcomes for a test case.

图8

Notes:

  • B (Bugs): number of defects generated from this test case
  • R (Runs): number of times the test case has been executed
  • S (Steps): number of steps in the test case
Write a Comment
Comment will be posted after it is reviewed.