Execution History
Use this tab to view the execution history of all test suites. You can use the filters, suite name, start date, and end date, to locate the execution history of a required test suite. The execution name for a particular execution is "TestSuiteName_EnvironmentName". Use the magnifying glass () button to search and the cross button to clear the filters. Use the advanced filter to further narrow the search results.
- Basic Information tab: Shows basic information such as the environment details, execution description (if added), pass, fail, and skip percentages of test cases in a pie chart. Data on the total number of test cases, passed number, failed number, skipped number, the total time taken, and status.
- Failure Analysis tab: Shows the test case failure issue type, the name of the
test case, and the total failure count for each issue type. The following are the
failure issue types:
- TestDesignIssue
- ClientSideIssue
- AssertionError
- FluentWaitTimeOutIssue
- TerminatedByUser
- ServerSideIssue
- UnauthorizedAccessIssue
- ResponseTimeOutIssue
On this tab, you can click Retry Execution to re-run all failed test cases or use the Retry checkbox in the table to select the test cases to re-run. Failed test cases are grouped by failure issue type. You must expand each error type to navigate to a particular test case.
- Test Cases tab: Lists all the test cases. The name, time taken for execution, status (pass or fail), error type, and additional details are displayed in the table. The Details column provides additional information for each test case. When you click the eye icon in the Details column, you can view the list of test steps that were executed, the API information, the response time in milliseconds, status (pass or fail), error type, and message. When you hover over the information icon next to the test step name, you can view the resource URL and the endpoint. Click the eye icon in the API Info column to view the request headers, request body, response header, and response body details. In the Message column, click View Details for additional information on AssertionError and FluentWaitTimeOutIssue failures.
You can view the information on the UI or download the execution report in Excel or HTML format. The naming convention for downloaded reports is <report>.xlsx for Excel and <TestSuiteName>.html for HTML format.