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 CI-CD includes adding a task into the CI-CD pipeline and configure it for Qualitia test case execution.

...

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

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

Enter the

host name

hostname or IP of the machine where

integration API service Qualitia Integration Service URL Port

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

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. 

By default, this field comes pre-populated. 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