Run unit test cases in order from Azure

24 Views Asked by At

I want to run C# Selenium automated test cases from Azure in same order in which they are in test suite with order number.

Like:

Title
Test4
Test2
Test1
Test3
So they will execute in order like Test4, Test2, Test1, Test3

1

There are 1 best solutions below

1
Turdie On

You can use Azure Pipelines as part of Azure Devops to run selenium tests

See here for an example lab https://www.azuredevopslabs.com/labs/vstsextend/selenium/