With the Real-Time Reporting portal in Qualitia Automation Studio (QAS), you can monitor your test suite that are in progress or completed. It updates the results of a test suite execution in Real-Time after each step in the test case iteration is executed.
The portal opens automatically when executing a test suite in the following ways:
Through a QAS - Client. It directly shows you the Suite of Suites screen.
Through an Offline Suite. It shows you a login screen if the offline suite is present on your machine and connected to the QAS’s Server. Ensure you have access to the associated project to monitor the progress of the test suite execution.
Accessing Real-Time Reporting Portal
To access the Real-Time Reporting portal, you need to get the Reports and Dashboards URL from your Qualitia Admin who installed the QAS - Server. Alternatively, you can also access the Real-Time reports from the Reports tab in the QAS - Client.
📚Prerequisites:
Before running your test suite either through the QAS - Client or an Offline Package, ensure the following:
Real-Time Reporting is enabled in the Execution Profile Settings.
The Real-Time Reporting Server has enough drive space to display the test suite results.
For offline suite execution, your computer is connected to the QAS - Server, and the Qualitia Server URL is set in the Settings tab of the Qualitia Offline Configuration Manager.
Additional Configurations for Log Files
You can change the logs generated with suite execution results in the execution profile settings. The settings you can change are:
Setting | Description |
Enable Real-Time Reporting | You can view the test execution results in the Real-Time Reporting Portal. If the Web Dashboards feature is enabled, these records can be viewed in the Dashboard portal. |
Maximum Size Per Log File | You can set the maximum size for every log file of a test suite execution. The default value is 1MB. |
Application Step Log Size | You can set the maximum size for logs of a step. The default is 1MB and the maximum you can set is 2MB. |
Application Log Level | You can choose the type of logs to generate the following: Info Logs, Error Logs, and All Logs. |
Server Space Notifications
As the number of suite executions increases, the available storage for Real-Time Reporting assets diminishes. The Real-Time Reporting portal triggers notifications based on the available drive space:
10-30%: When the available space falls within the range of 10% to 30%, a yellow warning message appears at the top of the portal. This message specifies the available drive space alongside the percentage. It is crucial to monitor the drive space and ensure it does not drop below 10%.
Less than 10%: If the available space is less than 10%, a red warning message will appear at the top of the portal. This message indicates that real-time reporting cannot provide information on new suite executions. Additionally, you cannot upload or save reports.
In both scenarios, reach out to the Qualitia Admin to initiate the process of purging reports.
🔧 Got trouble? Let’s fix!
Live Report option is not enabled during execution as well as not able to see the execution on the Real-Time Reporting portal: If you are facing this problem, check the disk space, it should not be less then 10%. You can temporarily resolve this issue by setting up the DiskSpaceLowerLimit in a way that it should not be less then 10%.
To update the DiskSpaceLowerLimit go to path C:\ProgramData\Qualitia Automation Studio - Server\workspace\data\settings.yaml and set the limit.For Example: If you have mentioned the DiskSpaceLowerLimit as 10 GB but the actual space available is around 2.5 GB which is less than 10%, you will get this error and will see a warning message as shown in the screenshot. To fix this and run the execution with real-time reporting, setup the DiskSpaceLowerLimit to 1 GB and proceed.