Forum Discussion

DanH's avatar
DanH
Contributor
4 years ago
Solved

Ordering of Tests in Azure Pipeline

Hello,  I have a bunch of tests which are running OK from an Azure Pipeline. The testcases for the tests are all included in a Test Suite within a Test Plan and work as I want in the order outlined ...
  • JuliaBernikova's avatar
    4 years ago

    Hi DanH,

     

    The TestComplete test adapter has no control over the order in which Azure DevOps chooses to run the test suites, so the issue has to do with the Azure DevOps specifics. It might help if you add several VsTest tasks to the pipeline, one for each test suite - this way, they should be executed sequentially. If this setup gives the same result, I suggest you post a question to the Azure DevOps Developer Community.