Talk:Automated Testing
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
− | 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. [[User:Mikem|Mikem]] 01:01, 9 October 2008 (PDT) | + | 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. |
+ | |||
+ | [[User:Mikem|Mikem]] 01:01, 9 October 2008 (PDT) |
Revision as of 00:01, 9 October 2008
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)