The requested page is not available for selected version.
Automating tests
The procedure for test management and test automation in Azure DevOps is almost the same as that in TFS web portal.
Preconditioning
- You are familiar with Azure DevOps, particularly in build definition, release definition and test run.
- You have a TA-TFS plug-in based solution to execute tests in your repository.
— o0o —
Creating a build definition and queuing a build
- In Azure DevOps, open the desired project.
- Select Pipelines and then Builds in the Navigation bar.
- The next steps are similar to those of create a build definition and queue a build in the TFS web portal.
Creating a release definition
- Select Pipelines and then Releases in the Navigation bar.
- The next steps are similar to those of create a release definition in the TFS web portal.
Running automated tests
Refer to Running automated tests in the TFS web portal.