Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 QAS version lower than 8.0.

  • In a system that has an offline package.

    • If you have the QAS client, you can create an offline package.

  • In Qualitia server that has less than 10% drive space, in which . In such case, you can can request QAS Admin to delete old reports.

...

  1. Create a folder from where you will upload the reports.

  2. Copy each suite execution report folder (ITR_xxx) that you want to upload into this new folder.

  3. Open the Command Prompt, and navigate to the folder with the Qualitia offline jar.

  4. Enter the following command: java -jar qualitiaoffline-8.6.x.jar UploadReport=true QualitiaServerURL="<Qualitia_Server_URL>" ReportPath="<Report_Path>" allowScreenshots="Yes".

    1. In this command:

      1. QualitiaServerURL is your Qualitia Server's URL.

      2. ReportPath is the location of your new folder with the suite execution reports.

      3. allowScreenshots decides whether you want to upload the screenshots with the reports.

        1. Enter Yes to upload them or No to skip. 

...

If you're uploading from the Qualitia server, you do not need to specify allowScreenshots="Yes".

...

  1. Press Enter to start uploading the reports.

    1. You can see the upload progress for each report as a percentage.

    2. When a report is uploaded successfully, it is removed from the Reports folder and you can see a confirmation message.

    3. If a report fails to upload, you 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.