How to run Nunit tests in a particular order instead of default alphabetical order

Viewed 17

By default nunit test classes run alphabetically but i want custom order I have to run in the following order

  1. LoginPage
  2. Requisition_Search
  3. Interview
  4. Placement

click here

0 Answers
Related