locked
Unable to run automated tests from Test Plan using Azure Devops Release Pipeline RRS feed

  • Question

  • Hi,

    I am trying to run automated test cases from test plan using Release pipeline. I want to run the test cases on my machine which is configured as a Deployment agent.

    The test binaries and dll's containing the automated test cases are present in the Azure Repos. 

    Below are the steps I follow to run the test cases

    1. Navigate to the Test Plan>>Test Suite>>Test case(marked as Automated)
    2. Select the option "Run with option">> "Automated tests using Release stage"
    3. Select the recent build.
    4. Select the Release Pipeline
    5. Select the stage which contains the task "VSTEST Test-Plan". I have configured with the required settings for the task.
    6. After the release is created I get the below error:

        [error]Microsoft.TeamFoundation.DistributedTask.Task.TestExecution.NoTestPointsException: No automated test cases were found matching the specified test plan, test suites, test configuration. Ensure that right values were specified and try again.

    Could anyone suggest is there any steps that I am missing?

    Tuesday, December 10, 2019 7:09 AM

All replies