...
- Launch Azure DevOps instance.
- Edit existing release pipeline or create new release pipeline.
- Create 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 a Visual Studio Test Platform Installer.
- Add a Get Assembly Task.
For more information, refer to Configure Qualitia-Get Test Assembly Task. - Add a new Visual Studio Test Task and fill up the details as mentioned in the table below for the Test Selection section:
Display Name | Enter the desired display name. |
---|---|
Test Selection | |
Select tests using | Select the method using which you want to select Qualitia automated test cases for execution:
|
Test Plan | Select a test plan containing test suites with Qualitia automated test cases |
Test Suite | Select test suites containing Qualitia automated test cases. You can select more than one suites here. |
Test Configuration | Select test configuration. |
Search folder | This is the directory system will search for the test assemblies. This field comes pre-populated. For more information on updating value set under this variable, refer to Azude Azure DevOps documentation. |
Test mix contains UI tests | This option enables to run UI tests. This option has no significance with reference to Qualitia automated test cases and is deselected by default. For more information on configuring agent to run in interactive mode, refer to the Azure DevOps documentation. |
...