Reports

Why was this developed?

The Reports feature was developed to provide users with valuable insights into the execution process. By reviewing the reports, users can track how many times an execution profile has been run, see the status of test suites (passed or failed, terminated, In progress), and access comments for any failed steps. This helps users quickly identify issues and simplifies the debugging process, making it easier to resolve problems and improve test outcomes

What is the goal?

The goal of developing the Reports feature is to offer users a comprehensive view of their test executions, helping them track the performance and status of test suites. By providing detailed insights such as execution counts, pass/fail status, and comments on failed steps, the feature aims to streamline the debugging process. This enables users to quickly identify issues, resolve them efficiently, and ultimately enhance the accuracy and effectiveness of their testing efforts.

How does this work?

Prerequisites for Web:

To view the reports for a particular Test case make sure the execution profile has been executed and the reports have been generated for that profile.

Steps to View Reports:

1. The user has to click on Reports button from landing page.

2. The user needs to click on the specific test case from the Reports page.

3. To check the Status of the test case, the user has to click on Test case Details from top right corner.

4. The user has to click on View Reports icon to see the detailed analysis of the execution of test case in web format.

Run Details: Displays the total number runs done for a particular execution profile.

Executed Date & Time: This shows the start and end date & time and shows the elapsed time for the execution.

Status: This show the final status of the execution that is whether it is pass or fail.

Test Case Summary: This shows the total number of test case within the execution profile and the status of those test cases.

How can I get this?

If the user upgrades to the latest version of Avo Assure to 24.2.0, this feature will be available automatically.

Last updated