Executing the Qualitia test cases mapped to Azure DevOps tests in the release pipeline requires you to configure the release pipeline accordingly. 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 release pipeline.
...
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 to Azude DevOps documentation 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. |
Note |
---|
For executing Qualitia automated test cases as a release pipeline, it is mandatory to fill up the information for these fields as mentioned in the table above. You may fill up the information in other sections like Execution options, Reporting options, and Control options, and so forth based on the project and release pipelines requirements. |
...