Read a Report

Enhancements:

  • There is a new column added in report as Error Details, it provides detailed error description for the failed steps.

  • The report is available in the format like HTML, PDF, detailed PDF, and email notification report as well.

  • The error details are provided for Grid, Excel, textbox operations, Dropdown and radio, checkbox operations related actions.

  • We have also provided the error details for Verify and compare related action in previous release.

  • For each GetParam step with status, value, and parameter name. Failures include error details, logs, and screenshots, with filter support for quick issue tracking.

Error Detail Description for failed Step

For exploring the result summary of a test, follow the steps below:

  1. Navigate back to the Report tab and select Testcase Details icon, to bring up Run details popup window in top right corner of Reports tab.

  1. Select view Reports icon, from Run Details pop-up window to bring up Result Summary window in screen.

  1. In Result Summary window you can see below details:

  • TestCase Name: Displays the name of the TestCase being executed

  • Project Name: Indicates the associated project name

  • StartDate/EndDate: Specifies the start and end timestamps for the test execution.

  • Overall Status: Reflects the Testcase execution's final outcome

  • Progress Bar: The progress bar visually depicts the percentage of passed, failed, terminated, in-progress, or queued steps

  • Execution Mode: Refers to how a Testcase was triggered or initiated

  • Execution Through: Displays machine name or user details in reports to identify where and who executed the Testcase

  • Executed Browser: Shows the name of the browser on which the Testcase execution was triggered

  1. Select Expand arrow from the # column to check the detailed analysis of the execution for all the Test Step details of the Testcase

  1. Explore the corresponding Test Case to find Step number,

  • Status: Indicates the execution result for each step

  • Step Details: Provides detailed information about the step performed

  • Remarks: It displays the step details

Note: To learn how to add est step details, refer to Add Step Details.

  • Time Elapsed: Displays the time taken for execution

  • Recovered By: Indicates the identifier through which it has been recovered

  • Defect: Indicates the option to log a defect in the defect management tool.

  • Error Details: Displays the reason for the failed test step.

Note: When a test case uses a captured element that is deleted, the execution stops automatically, and the Testcase is marked as Terminated in the Status column of the Reports section, and the Error Details column displays Deleted element found, instead of leaving the Testcase in In Progress.

Example:

If a test case contains a captured element like Submit Button and this element is deleted, execution stops immediately. The Status column shows Terminated, and the Error Details column displays Deleted element found.

  1. Select eye icon in the Action column to view the screenshot of the individual element from an AUT

Last updated

Was this helpful?