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, uploading, ensure none of the reports you want to upload are:
Already available on the Real-Time Reporting portal, unless they were aborted due to network issues.
Incomplete because the suite execution is still goingin progress.
Made Created 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 a Qualitia server that has enough space. If the portal shows less than 10% drive space, ask the Qualitia .
In such case, you can request QAS Admin to delete old reports.
Uploading Steps
...
Upload Reports
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.
...
Press Enter to start uploading the reports.
You
...
can see the upload progress for each report
...
, in percentage.
When a report is uploaded successfully, it
...
is removed from the
...
Reports folder and you
...
can see a confirmation message.
If a report upload fails
...
, you
...
will get a failure message.
If you're uploading from the Qualitia server, you do not need to specify allowScreenshots="Yes"
. Screenshots are uploaded by default if you do not enter the allowScreenshots
parameter.