Summary There are many tools and methodologies for testing your code. The most important thing is not some "silver bullet" or magical tool. The tools can sometimes be wrong (FxCop often reports problems in assemblies that are not necessarily errors). The most important thing is that testing, and especially a test-first philosophy, makes you think before you code. This often improves your design and shortens the overall development and testing time for your application by helping prevent costly mistakes. |