Monday, June 05, 2006
More on Fitnesse
I've posted before on Fitnesse. Thinking more about it I think it does have one advantage over NUnit and unit testing.
When you are writing unit tests there are two ways that end up being used.
Fitnesse is different. The tests get written without any assumptions as to how the code is going to work. That is a significant difference.
When you are writing unit tests there are two ways that end up being used.
- Development phase - test first, then code
- Code coverage shows wholes in test strategy - code first, then write test
- Bugs - code first. Then when detected write the test to show its existance and a test to show it has been fixed.
Fitnesse is different. The tests get written without any assumptions as to how the code is going to work. That is a significant difference.
Subscribe to Posts [Atom]