Versions Compared

Key

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

Table of Contents

In order to run test cases mapped to TFS test cases as a build process, you must first configure your CI-CD pipeline accordingly. Configuring  Configuring CI-CD includes adding a task two custom tasks into the CI-CD pipeline and configure it for Qualitia automated test case execution. The section below details out steps to add and configure Qualitia-Get Test Assembly Task.

Adding Task in CI-CD Pipeline

...

After you add it the custom task into the CI-CD pipeline, you must configure it adding some details.

Display NameEnter the desired display name for this task.
Qualitia
 Integration Service URL
 Server IP

Enter the

host name

hostname or IP of the machine where

integration API service Qualitia Integration Service URL PortQualitia Server IP

Qualitia server is installed. 

You may replace host name from localhost to any host name or IP based on your Qualitia Server host.

For example:

Qualitia Server Port

By default, this

service uses 6902

will use port 8887. 
However, you may change the port during Qualitia Server installation.

Path to save Qualitia Test Project
Qualitia Servet Po

This is the local path on the TFS agent machine where the Qualitia test

execution XMLs are downloaded that are mapped to TFS test cases. 

assemblies are downloaded. These test assemblies contain unit test methods created by Qualitia during test case linking process to invoke Qualitia remote agent from the automated unit test method.

By default, this field comes pre-populated

. It

with $(System.DefaultWorkingDeirectory). This location need not be changed if the Qualitia tests are to be executed in release pipelines as well. It is recommended not to edit/update content from this field.

For more information on updating value set under this variable, refer to TFS/Azude DevOps documentation.

Control Options
Enabled

This shows the current state of this customized task. This option gives you control over this customized task. By default, this option is selected.

Clear this option to disable a task. It is useful when you want to temporarily take task out of the process for testing or for specific deployments.

Continue on error

Select this option if you want to continue Qualitia test case execution even after getting any error in the pipeline.

By default, this option is not enabled.

TimeoutSet the timeout for the task in minutes. Default is 0 which refers to infinite timeout. Value set here overrides the value set for the parent task job.
Run this task

Here you can set the condition to run this task. You can use one of the pre-designed options in the list or you can create new customized condition.

You may refer to TFS/Azure DevOps documentation for more information on creating custom conditions as expressions.


Image Added