Introduction: BizTalk Server 2009 is the latest major release of BizTalk Server. BizTalk 2009 has, for the first time, built-in developer support for testing schemas, maps and pipelines that is available for automated unit testing rather than being hidden behind features in Visual Studio where it can only be used for manual testing. BizTalk Server 2009 introduced a unit testing feature that can be enabled on the Deployment property page of a BizTalk project. The following screenshot shows this project setting accessed from Project Designer when we right-click a project and click the Properties . Screenshot of the Deployment tab in Project Designer exposing the Enable Unit Testing project property. This feature allows us to create unit tests for schemas, maps, and pipelines. When this feature is enabled and the project rebuilt, the artifact classes will be derived from the following base classes ...
Comments
Post a Comment