Reports Dashboard
Navigate to view details on any specific reports. QApilot Reports Dashboard is the control panel that provides a comprehensive overview and detailed analysis of all executed test cases.

Summary Overview: The dashboard offers a high-level summary of all test cases run to date, displaying:
Total Test Cases: Overall count of test cases executed.
Successful Test Cases: Number of test cases that passed all steps.
Failed Test Cases: Number of test cases with one or more failed steps.
Executed Steps: Total number of steps executed across all test cases.
Failed Steps: Total number of steps that encountered errors.
Visual Summary: A pictorial summary is provided to give users a quick overview:
Failed Test Cases Summary: Displays details of the failed test cases, highlighting specific steps that failed (e.g., element ID not found).
Failure Reasons: A chart representing the reasons for failures, such as elements not found, comparison failures, etc.
Severity Chart: Indicates the severity of failed steps.
Keyword Failures: Shows which keywords caused test cases to fail (e.g., compare text, click element).
Module Failures: A bar chart representing the number of failures per module, making it easy to identify problematic areas.
Accessing Detailed Reports:
Tap on the "Test Cases" option to view all recorded and executed test cases.
Click on any test case to reveal all the steps involved and their execution details (passed, failed, etc.).
Test Step Details: Each test step provides a detailed view, including:
Screenshot: Visual representation of the app screen at the time of execution.
Keyword: The action performed (e.g., click element, set value).
Coordinates: Location on the screen where the action was performed.
Element ID: Unique identifier of the element interacted with.
Last updated