By mswatcher
via lostechies.com
Published: Jan 13 2013 / 10:16
In my practices using continuous integration, I try to achieve 100% code coverage using integration tests. This is a separate metric from my unit tests, think of these tests as verifying all of my infrastructure code works properly when wired up to data access or other out of process assets like databases or services.
Add your comment