Using TFS/Azure DevOps, you can execute Qualitia automated tests in three different methods. Configuring build cycles and release cycles help you to run Qualitia automated test cases as a part of build and release pipelines.
...
- Log on to your TFS/Azure DevOps instance.
- From the top menu items, select Build and Release.
- Under the Releases section, navigate to Tasks.
- Add a new Visual Studio task and configure it as mentioned below:
- Enter the desired Display name.
- Under the Select test using section, select Test Run.
- Leave the Test Run and Search folder options with their default values.
- Add Qualitia-Publish Test Results task and configure it as mentioned below:
- Enter the desired Display name.
- In Qualitia Integration Service URLServer IP, enter the host name or IP IP of the machine where Qualitia integration service server is installed.
- Leave the Qualitia Integration Service URL Port with its default values.
- In Result path, enter the path where Qualitia test execution results will be storedIn Qualitia Server Port, enter port number which is configured to run Qualitia Server. Default is 8887.
You can now run Qualitia automated test cases from the Test run section.
...