Detailed Execution Report

  • Click on a Test Run ID from the Execution Results Table.

  • You will be redirected to the Detailed Execution Report page for that specific run.

What You See on This Page:

  • Execution Summary Section – Displays overall run information.

    • Test Case Name and ID

    • Version and Run count

    • Execution Environment

    • Executed By

    • Execution Date & Time

    • Overall Status (Passed / Failed / Pending)

    • Total Duration

    This section gives a quick overview of the execution result.

  • Multiple Iterations (if applicable) If the test case is executed with multiple iterations (e.g., different test data sets), each iteration is grouped under a single test run in the report.

    • The total number of iterations is displayed (e.g., “5 iterations”)

    • Execution result is shown as a summary (e.g., 5 Passed / 0 Failed)

    • Each iteration runs the same test with different data inputs

    • Steps are executed and recorded for each iteration individually

    • Helps compare results across different data inputs and identify failures specific to certain iterations

    • You can click on the test run to view detailed step-level results for each iteration

  • Step-Level Results Section – Shows all executed steps in order.

    • Step Number

    • Status (Passed / Failed)

    • Step Description

    • Actual Result

    • Test Data

    • Execution Time

Each step clearly shows what action was performed and what result was received.

  • Step Filters- You can filter steps using:

    • "All"

    • "Passed"

    • "Failed"

    • "Skipped"

This helps you quickly focus on specific step results.

  • View Step Details

    • Click on any step to open its detailed execution view. This provides complete visibility into what happened during that specific step, including:

    • Step input values used during execution

    • Step output or response received

    • Execution time taken for the step

    • Screenshot (if captured during execution)

    • Status indicator (Passed / Failed)

  • When you encounter a failure and want to log a defect, you can click “Bug” directly from a failed step, which will automatically create an Action Item with the captured error details, step information, and supporting evidence for tracking and resolution.

  • The Detailed Execution Report gives a clear, step-by-step breakdown of the entire test run, helping you understand the exact behaviour of the application, troubleshoot failures efficiently, and maintain complete execution traceability.

Last updated