Print Page | Close Window

Integration testing is hard at first

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Integration Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Integration Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=659
Printed Date: 27Jun2024 at 12:45am


Topic: Integration testing is hard at first
Posted By: Tamana
Subject: Integration testing is hard at first
Date Posted: 04Apr2007 at 4:57am

If your style of coding isn't loosely coupled, then it will be difficult to do automated integration testing.  Seams must exist in the code where fake implementation can be inserted.  In my case, I had a web.config file and the HttpContext of the web application that get in the way.  I stub these out for my test.  My tools list for integration testing is:

·                     NUnit for organizing and running the tests.

·                     StructureMap for resolving interfaces and for stubbing interfaces at hard boundaries.



Print Page | Close Window