Forum member

Megnath777

1 post

Posts by Megnath777

  1. How to run test in an order?

    We have few project within our solution. our test have to be run in a particular order for them to pass. If the order is changed most test cases would fail. (Most of our test cases are running against physical database. So the database should be created first and then the test cases should be run)…