You can upload a bunch of multiple suite execution reports to the Real Time Reporting portal all at once using the Qualitia Offline Jar file. You have two options for thiscan do this in two ways:
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 there is no risk of network failures.
📚Prerequisites:
Before you upload, make sure that, ensure 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 on.
Made with a Qualitia QAS version lower than 8.0.
Your In a system that has an offline package.
If you have the
QAS client, you can create an offline package.
The In Qualitia server that has enough space. If the portal shows less than 10% drive space, ask the Qualitia in which case, you can can request QAS Admin to delete old reports.
Uploading Steps
Here's how to To upload multiple suite execution reports:
Create a folder from where you 'll will 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>”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.
Info |
---|
Note:
|
Press Enter to start uploading the reports.
You 'll can see the upload progress for each report as a percentage.
When a report is uploaded successfully, it 's is removed from the reports Reports folder and you 'll get can see a confirmation message.
If a report fails to upload, you 'll get a failure message.