Using BizUnit with the Business Process Management Scenario

July 9, 2008

Using BizUnit with the Business Process Management Scenario

This topic will utilize one of the end-to-end scenarios provided with BizTalk Server 2006 and show how you can use the techniques described so far to perform automated functional and performance testing of the solution. This provides a realistic scenario to help determine how the tools and techniques presented in this guide can be used to incorporate testing into BizTalk Server solutions.

A thorough walk through on how to use BizUbit with a large BizTalk solution. I feel that the biggest problem with automated BizTalk testing is the endpoints. I mean, I don’t have an MSMQ, ehm, queue running on my machine… Neither does the guy next to me, but the guy behind me does. What I’m getting at here is this: For unit testing to work you have to isolate the test and for integration tests you have to run in a “as real world as possible” environment. Faking a SAP or Meridio server isn’t easy when doing integration testing… But perhaps you could just use the test environment? I need to think more on this I guess.


PaulStovell.NET » NullObject.For

March 26, 2008

Interesting. Sort of a poor mans mocking framework, only not. ;) 

PaulStovell.NET » NullObject.For


Rob Conery » A Hack’s Guide To Unit Testing Generated HTML

February 4, 2008

If I ever end up on a project with TDD and lots of user generated (x)HTML I might wanna do this too! So, saving this!

Link to Rob Conery » A Hack’s Guide To Unit Testing Generated HTML


Jeff Beehler’s Blog : Load testing Windows Communication Foundation applications

January 30, 2008

CodeProject: Data Driven Web Testing With Visual Studio 2008 Team System. Free source code and programming articles

December 20, 2007

Scott Hanselman’s Computer Zen - Moq: Linq, Lambdas and Predicates applied to Mock Objects

December 19, 2007

Interesting! I really, really wanna look more into unit testing and mocking! :) 

Link to Scott Hanselman’s Computer Zen - Moq: Linq, Lambdas and Predicates applied to Mock Objects


My Unit Testing Challenge - Stephen Wright

October 24, 2007

Aaron Hallberg : Running Unit Tests for Individual Configurations with Team Build

October 22, 2007

Eric Gunnerson’s C# Compendium : Moving from "write no tests" to TDD

October 22, 2007