...
To access the Real-Time Reporting portal, you need to get the Reports and Dashboards URL from your Qualitia Admin who installed the Qualitia QAS - Server. Alternatively, you can also access the Real-Time reports from the Reports tab in the QAS - Client.
...
Before running your test suite either through the Qualitia QAS - Client or an Offline Package, ensure the following:
...
10-30%: When the available space falls within the range of 10% to 30%, an 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 disabled during execution and the execution is not visible on the Real-Time Reporting portal: If the Live Report option is disabled during execution and the execution is not visible on the Real-Time Reporting portal, check the disk space—it should be at least 10%. You can temporarily fix this by adjusting the DiskSpaceLowerLimit to ensure it's not below 10%.
To update the DiskSpaceLowerLimit, navigate to the following path:
C:\ProgramData\Qualitia Automation Studio - Server\workspace\data\settings.yaml
and set the appropriate limit.For Example, if you've set the DiskSpaceLowerLimit to 10 GB but the actual available space is only 2.5 GB (less than 10%), you will encounter this error and see a warning message like the one shown in the screenshot. To resolve this and enable execution with real-time reporting, adjust the DiskSpaceLowerLimit to 1 GB and proceed.
Not able to see the execution in Real-Time Reporting portal after migrating 8.x data: After migrating data from version 8.x, executions may not appear in the Real-Time Reporting portal. The execution reports appear in the portal for newly created projects, but not for upgraded projects. This issue might occur when a dashboard is disabled in Qualitia v8.x.
Steps to Resolve:Before running the readiness tool for any client, follow these steps to help refill the dashboard with any missing entries:
If the dashboard is disabled in Qualitia v8.x:
Enable the dashboard in v8.x by running the server again.
Run the ETL job on the Qualitia v8.x dashboard database using the command:
For MySQL:
CALL daily_etl_run('<master db name>')
For SQL Server:
EXEC daily_etl_run '<master db name>'
Run the readiness tool on v8.x.
Upgrade to version 9.0.
Once a suite, offline package, or scheduler is executed, the report will appear in the portal.