Book Image

BizTalk Server 2010 Cookbook

By : Steef-Jan Wiggers
Book Image

BizTalk Server 2010 Cookbook

By: Steef-Jan Wiggers

Overview of this book

BizTalk enables the integration and managment of automated business processes within or across organizational boundaries. To build a solid BizTalk solution, deploy a robust environment, and keep it running smoothly you sometimes need to broaden your spectrum, explore all possibilities, and choose the best solution for your purpose. By following the recipes in this book you will gain required knowledge and succeed in your implementation. With BizTalk Server 2010 Cookbook, you can leverage and hone your skills. More than 50 recipes will guide you in implementing BizTalk solutions, setting up a robust and well performing BizTalk environment, and choosing the right solution for monitoring it. As a developer or administrator you greatly benefit from taking these recipes to work. In this book a developer and administrator will see how to deploy, build, and maintain a BizTalk environment. How to apply patterns for robust orchestrations, messaging and testing. Administrators will learn to set up an environment using Microsoft best practices and tools to deliver a robust, performing and durable BizTalk environment. Besides setting up their environments administrators can also decide through a number of recipes how to monitor and maintain the environment. A developer can contribute to a healthy environment by implementing instrumentation in artefacts, applying well suited pattern(s) and testing the solutions built.
Table of Contents (17 chapters)
BizTalk Server 2010 Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Index

Applying code coverage to a BizTalk orchestration


Code coverage (http://en.wikipedia.org/wiki/Code_coverage) describes the degree to which a source code of a certain program has been tested. In the BizTalk context this means how much of the orchestration flow has been covered based on the tracked data. The code coverage is measured through a community tool called the Orchestration Profiler . This tool queries the BizTalk databases and creates CHM (compiled help) report files illustrating the level of coverage for specified BizTalk orchestrations. In this recipe, we will apply code coverage for an orchestration used in Chapter 7, Monitoring and Maintenance. You can also apply code coverage to orchestration(s) of your own choice.

Getting ready

Download the Orchestration Profiler v1.2 from CodePlex (http://biztalkorcprofiler.codeplex.com/releases/view/42777). Extract the files and run the .msi file. Finally, make the following adjustments to the config file in folder, where the profiler is installed...