Document toolboxDocument toolbox

Header

(v2) 📑Test Case Iteration Detailed Report

This guide helps you to understand and use the Test Case Iteration Detailed Report.

Accessing the Report

You can open the Test Case Iteration Detailed Report by clicking on the test case iteration name, which is under the 'Hierarchy' column of a test case node.

This report shows detailed information about each step in a test case iteration.

Report Overview

On top of the report, you'll see these details:

  • How long the execution took, including start and end time.

  • The count of steps and tasks that passed, failed, or have defects, along with their totals.

If you expand this section, you'll also see these details about the test suite execution:

  • Execution duration, start, and end time.

  • Total test cases, with breakdowns for those that passed, failed, have defects, or were not executed. There's also a pie-chart showing test case count per status for the test suite.

 

Test Case Iteration Details

The report shows these details for each test case iteration:

 

Column

Description

No

The test step number.

Status Icon

The execution status of the step. If a defect was logged (automatically or manually), a bug icon appears. You can click the defect id links to see the defects in the defect management system.

Test Case Element

This could be the iteration number, task name, condition type, or step name. For API response results or actions like CompareTabularResults, you can view results in the info logs.

Data

The data associated with the action.

Object

The name of the object.

Execution Time

The execution time based on the hierarchy type.

If the test suite execution is still going on, a blue-sticky status bar will show on the bottom of the screen, detailing the progress of the test case execution.

Filtering the Report

You can filter the report based on execution statuses.

  1. Click the Filter button.

  2. Choose your filters.

Wrapping Text

If any cell in the report has more than 100 characters, you can wrap the text to see all the data. Just click the Wrap Text button.

 

Navigating the Report

To quickly go to a specific line, enter the line number in the Go to Line text box and press Enter.

You can also navigate through the failed steps and tasks using the navigation controls.

For failure categories of the test case iteration, click the Failure Summary button.

Viewing Screenshots and Logs for a Step

Each step's execution has screenshots and logs available for review.

To view these:

  1. Select a step.

  2. Click the Screenshot and Log icon.

  3. You can zoom into a screenshot and move between screenshots of next or previous steps.

The Info Log section shows:

  1. Step Itinerary: The task, test case, scenario, and suite name.

  2. Message: Describes how the step was executed, and if it failed, why it failed. If the step has API response results or generic actions, it contains a link to open the results.

  3. Additional Messages: Shows the action name, its execution start and end time, and the message from the engine. If it has more messages, click the '+' symbol to see them.

  4. Execution Status: Shows the execution status of the step as an integer (0 for passed, 1 for failed, 2 for a defect).

  5. The Error Log section shows any exceptions that occurred during execution.

  6. The Configuration section shows the settings used for the execution.

Footer