Is there any way we can create ordered list from nunit,
there are multiple test-cases which need to be run multiple times but not in sequence.
For Example :
1) TestCase A
2) TestCase B
3) TestCase C
4) TestCase B
How can I achieve it through N-Unit (C#)?
Thanks in Advance