You can upload a bunch of suite execution reports to the Real Time Reporting portal all at once using the Qualitia Offline Jar file. You have two options for this:
From Your Computer: If your computer's connection to the Qualitia Server is steady and it contains all the test suite execution reports you want to upload, you can upload directly.
From the Qualitia Server: Use this to speed up the upload, since you won't need to worry about network failures.
📚Prerequisites:
Before you upload, make sure that, none of the reports you want to upload are:
Already on the Real Time Reporting portal, unless they were aborted due to network issues.
Incomplete because the suite execution is still going.
Made with a Qualitia version lower than 8.0.
Your system has an offline package. If you have the Qualitia client, you can create an offline package.
The Qualitia server has enough space. If the portal shows less than 10% drive space, ask the Qualitia Admin to delete old reports.
Uploading Steps
Here's how to upload multiple suite execution reports:
Create a folder where you'll upload the reports from.
Copy each suite execution report folder (ITR_xxx) that you want to upload into this new folder.
Open the Command Prompt, and navigate to the folder with the Qualitia offline jar.
Enter the following command: java -jar qualitiaoffline-8.6.x.jar UploadReport=true QualitiaServerURL="<Qualitia_Server_URL>” ReportPath="<Report_Path>" allowScreenshots="Yes".
In this command:
QualitiaServerURL is your Qualitia Server's URL.
ReportPath is the location of your new folder with the suite execution reports.
allowScreenshots decides whether you want to upload the screenshots with the reports. Enter Yes to upload them or No to skip.
Note: If you're uploading from the Qualitia server, you don't need to specify allowScreenshots="Yes". Screenshots will be uploaded by default if you don't enter the allowScreenshots parameter.
Press Enter to start uploading the reports.
You'll see the upload progress for each report as a percentage.
When a report is uploaded successfully, it's removed from the reports folder and you'll get a confirmation message.
If a report fails to upload, you'll get a failure message.