Author Archives for Lee Rodgers
Testing BizTalk Applications
Found a great resource today for how to go about testing BizTalk applications. It covers best practices on how to unit test various BizTalk artifacts such as schemas, maps, pipelines, orchestrations. This covers how these should be covered with tests for integration testing as well as functional testing. Very interesting read.
http://geekswithblogs.net/michaelstephenson/archive/2008/04/27/121687.aspx
How to Easily Document BizTalk Applications
One of the tasks developers find most tedious is documentation. It gets to the point that documentation never gets done in many cases. This is where documentation tools comes in handy. There is a documentation tool that is available that analyzes the BizTalk application and creates a CHM file containing:
Send & [...]
Unit Testing BizTalk Applications
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 [...]