azure-devopsazure-pipelinesmanual-testing

Can manual tests be incorporated in a pipeline as a required step?


I would like to have manual test as a required step in a release pipeline, much like automated tests in build.

Tried to find if this was possible in Azure Devops

I would expect manual testing as a required part of a release.


Solution

  • Can manual tests be incorporated in a pipeline as a required step?

    For this issue , I am afraid it is currently not supported in azure devops. Compared with manual testing, integrating automatic testing in the pipeline is more in line with the CI/CD concept. Adding a manual test is more of a requirement. In addition, the default timeout for the pipeline is 60min. If the wait time for the manual test times out, it may cause a failure.

    So we can't directly incorporate manual tests in pipelines. The workaround provided by Nima is an indirect way.

    If you really need this feature,you could submit a feature request in our Develop Community site. Our PM and product team will kindly review your suggestion.