Category Archive: SharePoint Unit testunit testing

May
29

The Difference Between Unit Testing and Integration Testing

Typemock’s Gil Zilberfeld recently wrote an article on “The Difference between Unit Testing and Integration Testing” for Sys-Con.First things first:What is a unit test?A unit test is: Repeatable: You can rerun the same test as many times as you want. Consistent: Every time you run it, you get the same result. (for example: Using threads …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/05/29/the-difference-between-unit-testing-and-integration-testing-2/