Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I created a C# unit test in visual sutio 2010.
The unit test has a few test methods that don't run in the order I want.
How can I change the order of the execution of the methods?
Thanks in advance!
Posted

1 solution

Its simple, use Ordered Test
Refer How to: Create an Ordered Test[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900