Tutorials and resources on how to apply unit testing in software testing
In this session we review the top 10 ways you can cause unit testing to fail to work for your project. From readability problems and lack of trust to mock object abuse and semi-integration testing – these gotchas can save you lots of time, sweat, and tears on your current and next projects.
This post will compare MSTest to NUnit in Visual Studio 2010 to see how the two frameworks stack up from the perspective of those three criteria.
The article “Writing Testable Code” presents practices to write more testable code with many examples in java, going a step further than just TDD.
Over the years I have come to describe Test Driven Development in terms of three simple rules.
“Bug fixing often uncovers opportunities for refactoring. The very fact that you’re working with code that contains a bug indicates that there is a chance that it could be clearer or better structured.”
This article presents some of the basics for getting started with Test Driven Development (TDD) using Flash Builder 4 and FlexUnit.