-1

I am new to Atata framework. We are using Visual Studio (C#) for our Selenium Automation. I need help with prioritizing my tests. I have multiple tests in my test class. I want to run this in specific order.

QaAut
  • 1

1 Answers1

0

Atata framework is not about test engines and tests ordering. I guess that together with Atata you use one of the testing frameworks: NUnit, xUnit or MSTest. It's their responsibility to execute tests, order, etc. For example, NUnit has Order Attribute for tests prioritizing.

Yevgeniy Shunevych
  • 1,136
  • 6
  • 11