Skip to main content

Results

This option of TAST allows the user to see the results of the Test Cases executed.

A list of Test Sets executed for a specific domain and project is displayed, with information about execution times and status. It can be filtered by:

  • Domain.
  • Project.
  • Test Set.
  • User.

The list of test sets, will also show the following information for each Test Set:

  • Name of the Test Set.
  • Diagram name / Test case data name.
  • Starting time of the Test Set execution.
  • Finishing time of the Test Set execution.
  • Status: is the result of the execution (OK or KO).
  • Actions: with the following indicators:
    • Updated to ALM: YES or NO.
    • Download evidence: using this option you can store in a PC directory the evidence of test cases executed
    • Path of the Test Case Data.
    • Download evidences document.

Upload results to ALM

Upload results to ALM step by step

Results Evidences Document

Example of Evidence Document

Structure of the Evidence Document

Download of the Evidence Document

It is possible to download the evidence document by clicking the icon into the execution result and saving the document in the desired path, as presented in the following image:

IMAGE 1

 

IMPORTANT: There are cases, that due to the dimension of the evidences, the document generation takes some time and a warning message appears, informing you that you should click again the download button for properly downloading the evidence document.

If the screenshots are too small and you can’t see them correctly, you should create a message executeJavaScript after the openUrl with the following content: document.getElementById(“main.cntPrincipal”).style.zoom = 1.5;

Acceptance Results

Introduction

The acceptance results are the results of a test (evidences and result documents) but stored in a way they did not get deleted.

The time limit to generate the acceptance is 30 days, once the acceptance is created, it last forever. Also the acceptance is generated with independence with the different Test Case Data (TCD) of the same Test Set (TS). That means an acceptance will be created for each TCD.

Features

In the result table, a new column called “Acceptance” has been added. That column can have three states.

  • Empty square: Initial state, an acceptance has never been created before for that result. Tooltip “No Acceptance”.
  • Green check: The acceptance has been created correctly. Tooltip “Success Acceptance”.
  • Red cross: Trying to create an acceptance some problema appeared and the proccess is not completed. Tooltip “Error Acceptance”.

Funtionality of this buttons

  • Empty square: If we click this button a modal window appears, and we can create the acceptance. That modal window warns us the possibility of a diagram that already have an acceptance with the phrase: “If this diagram already has an acceptance created it will be replaced”.

    If the acceptance is accepted it will be created. It will also replace any other acceptances that could have been created in other results of the same diagram. So that for every diagram will only exist one acceptance.

  • Green check: If we click this button a modal window appears. This modal window contains links to the documents generated by the acceptance. Those documents are “result documents” and “evidences”. To obtain those documents there are four buttons:
    1. Button to copy the URL where is saved the “result documents” of that diagram.
    2. Button to download directly from the navigator the “result documents” of that diagram.
    3. Button to copy the URL where are saved the “evidences” of that diagram.
    4. Button to download directly from the navigator the “evidences” of that diagram.

  • Red cross: If a problem occurred while creating a result and it cannot be created al last, it is indicated with this icon. If we click this button, the modal window of the acceptance creation will appear.

    In the case of create a result and accept the modal window from the “no acceptance” or “error acceptance” icon the state will change to “success acceptance” if it fails, the status will be “error acceptance”

Control of errors

  • If we try to download documentation or evidences that do not exist from the URL a new window with the error 400 or 404 will appear indicating that the resource was not found.
  • If we try to download documentation or evidences that are not created yet from the URL a new window with the error 409 will appear indicating that the resource is still in creation and to try again later.
  • That will happen trying to open them from the URL, If we try from the modal window a notification will appear with the same errors.