Monthly Archive: May 2011

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/

May
26

Basic unit testing with Typemock Isolator

This section takes you through some of the basics of Typemock Isolator Faking Objects Behaviors Verifying Behaviors Don’t forget that to use Typemock Isolator, you need to reference TypeMock.dll and Typemock.ArrangeActAssert.Dll. Faking Objects Creating Fake Objects Fake objects replace real objects in the test. We create fake objects to isolate objects that represent an external …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/05/26/basic-unit-testing-with-typemock-isolator-2/

May
16

Ivonna 2.1.7 is out

Ivonna 2.1.7 is out. Ivonna is an add in for ASP.NET testing. This latest version restores compatibility with Typemock Isolator and .NET 4.0 sites. It also introduces two methods (session.Get and session.Post) for MVC testing (really just simplification of existing functionality), and also session.Stub for simplifying stubbing dependencies in your tests. Ivonna is an add-on …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/05/16/ivonna-2-1-7-is-out-2/

May
12

From the trenches with SharePoint unit testing and Typemock

This is the latest in a series of posts about unit testing in SharePoint that The SharePoint Baker has written. For his previous posts, see  Parts 1,2,3, 4. I thought I’d share something of my experience so far with unit testing SharePoint using Typemock. For a bit of background, I’ve been developing with SharePoint for …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/05/12/from-the-trenches-with-sharepoint-unit-testing-and-typemock-2/

May
09

The Developer Rap

Developers have a new song. Once upon a time, Steve Ballmer interrupted a conference with the chant “Developers, Developers, Developers.” While it became a viral video, it hasn’t been a song until now. Mobile developer Cory Smith has turned the Microsoft CEO’s chant into a hit song.Smixx – Developers (feat. Steve Ballmer) by SmixxThink you …

Continue reading »

Permanent link to this article: http://www.typemock.com/blog/2011/05/09/the-developer-rap-2/