If I have an application that uses a database as its data store (and ultimate source of truth) that brings some obvious issues when developing tests: In the applications, objects should ONLY be ...
In-Depth When objects collide, you must rethink your test strategies By Linda Hayes July 19, 2001 There is an upheaval taking place in software development. Instead of hand-crafted, proprietary ...
If you run an automated test and your test fails then you want to know that it's your fault -- not a problem in someone else's code or the result of a change in your test data. Moq lets you do that in ...
Our Agile Architect commits heresy by suggesting that developers are writing too many tests. Perhaps the question should not be, "Do I have a test?" It should be, "Do I have the right test?" It's one ...
I've been playing around with Visual Studio's built-in unit testing framework recently.<BR><BR>It seems any method that takes in a custom class instance fails tests. At first glance, the problem looks ...