Execute Executing Qualitia test cases mapped to Azure DevOps tests in the build pipeline , requires you need to configure the build pipeline accordingly. Configuring a build pipeline includes adding a Visual Studio Test Task and configuring it for the build pipeline.
You must add and configure a visual studio test task to get all the required information from Qualitia and execute Qualitia test cases as a build pipeline.
To add an Agent Job for configure a Build Pipeline:
- Launch Azure DevOps instance.
- Edit existing build pipeline or create new build pipeline.
- Add a Visual Studio Test Platform Installer.
- Add a Get Assembly Task.
For more information, refer to Configure Qualitia-Get Test Assembly Task. - Add an Agent Job.
(Optional) To execute test cases in parallel, click Execution> Parallelism, click the Multi-Agent button, and enter the number of Azure DevOps agents that you want to use, in Number of agents.
Info Qualitia recommends not to configure more than 5 Azure DevOps agents on a system for parallel execution.
Ensure that the number of Azure DevOps agents must be same and running on the system where you want to execute.
- Add new Visual Studio Test Task and fill up the details as mentioned in the table below for the Test Selection section:
...