azure-devopsazure-pipelinesazure-devops-server-2019

How to use a test plan (it is a manual test) on Azure devops 2019 CI/CD pipeline


Righ now, I am setting a CI/CD pipeline on Azure devops 2019. I have implemented some Autometed test, but I would like to know if there is a way to set a stage in a pipeline with a task that allow me to trigger a manual test created on test plans ?


Solution

  • To do this first we need to Associate automated tests with test cases. Then you can use Visual Studio Test task by selecting tests using Test Plan to run tests from your test plan that have an automated test method associated with it.

    A similar question has been answered on the Comments in Azure DevOps Labs.Please refer to it.