Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Debug BizTalk Orchestration in Production Server
Deploy BizTalk policy using command line tool

Unit Testing BizTalk Applications

Posted by Lee Rodgers on February 27th, 2008

Unit testing is a best practice when it comes to application development.  BizTalk development falls into this realm of application development so it would be great to be able to unit test these applications as well. 

The most commonly used unit testing tool with BizTalk is BizUnit (http://www.codeplex.com/bizunit).   This is a step based test framework where steps are defined in XML.  Using BizUnit in conjunction with either Visual Studio .Net Tests or nUnit tests would allow for unit tests to be integrated as part of a build process.

More information and examples will be posted in the coming weeks so stay tuned.



Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!