Test Case Status Tile

The Test Case Status tile shows the status of recently run functional test cases and and helps you assess your API quality. Like the Test Suite Status tile, it provides data for test cases run from test suites, and it also provides data for test cases run from the test case level.

The tile displays this data as a bar chart:

  • The horizontal axis shows test suite names.

  • The vertical axis shows the total number of test cases in each suite.

Below is a sample view of the tile:

ReadyAPI Dashboard tile displaying recent functional test case execution results in a bar chart.

If you have not run any functional tests, the tile displays sample data. To learn how to create functional tests, see Your First Functional Test.

Requirements

To use the Test Case Status tile, you need a ReadyAPI Test Pro license. If you do not have it, you can either request it on our website or start a trial.

Filter Test Statuses

Select the checkboxes at the bottom of the tile to filter results by status:

Option

Description

Fail

Shows the results with failed assertions.

Pass

Shows the results with successful assertions.

Unknown

Shows the results that do not have assertions.

For information about assertions, see Verifying Results.

Filter Projects

By default, the Test Case Status tile shows test case and test suite data for all recently run projects. To focus on a specific project, select it from the project drop-down list.

Set Time Interval

The Test Case Status tile displays recent data for the selected time interval. Click the time interval selector in the top-right corner and choose one of the following options: Today, Yesterday, Last 7 days, Last 30 days, and Custom. Select Custom to define your own time range.

View Details

To view a summary of a test suite, point to a bar in the chart.

To open detailed results about a test suite:

  • Click a bar in the chart, or

  • Right-click anywhere in the tile and select View Details.

RAPI_Screenshot_Dashboard_Test_Case_Details.png

The Test Suite Details section opens and displays:

  • A bar chart for the selected test suite

  • A table with:

    • Test case, test suite, and project names

    • Test suite status (Fail, Pass, Unknown)

    • Number of test steps in each test case

    • Execution time (in milliseconds)

    • Date and time of the last test run

You can filter the data by project, test case, test status, and time.

To view details for a specific test case, click Open. ReadyAPI opens the test case in editor.

Export Details

Click More Options or right-click anywhere in the Test Case Status tile and select Generate Report. ReadyAPI generates and opens the report. Use the report toolbar to save or print the report.

See Also

Publication date: