Talk:Automated Testing
From OpenSimulator
I crossed out a paragraph about naming tests a certain way in order to make sure they're run in a certain order because they depend on each other. This is bad practice. All tests should be able to run independently of one another. For any environment setup, use the SetUp and TearDown NUnit attributes.
Mikem 01:01, 9 October 2008 (PDT)