Questions tagged [bizunit]

BizUnit is an auutomated testing framework for BizTalk applications

BizUnit is a anuutomated testing framework for BizTalk applications

See http://bizunit.codeplex.com/

7 questions
2
votes
0 answers

BizUnit - Pipeline Test Steps missing

I've downloaded BizUnit package with nuGet Package Console. I'd like to test my custom pipeline component. According to source respository ( click ), there is a BizUnit.TestSteps.BizTalk.Pipeline namespace containing, i.e ExecuteSendPipelineStep…
tomwesolowski
  • 956
  • 1
  • 11
  • 27
2
votes
1 answer

BizUnit Custom Pipeline Test Case

I have a custom Pipeline component.. I am using below code Using BizUnit using System; using BizUnit.TestSteps.BizTalk.Pipeline; using BizUnit.Xaml; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Reflection; namespace…
user1104946
  • 680
  • 1
  • 9
  • 30
1
vote
0 answers

Setting Pipeline component properties for BizUnit Testing

I am testing my BizTalk receive pipeline using BizUnit framework. I need to test a custom pipeline component & for that I need to set the properties of that component. These properties can be seen from Biztalk admin console while adding the…
Tanuj Wadhwa
  • 2,025
  • 9
  • 35
  • 57
1
vote
0 answers

BizUnit 4.1.4 missing BizUnit.TestSteps.BizTalk

This is similar to a previous question which has been asked (which I incorrectly replied to previously - sorry guys) BizUnit - Pipeline Test Steps missing The latest version of BizUnit downloaded from nuget no longer contains the above dll. This…
1
vote
2 answers

Execute BizUnit 4.0 XML Test Case

Hi i have created a an xml test case in bizunit 4.0 called test1.xml The problem I have is how to run the test. All the examples i find are for bizunit 2.0 and 3.0, but not for 4.0. In the examples i found it says to do this: BizUnit.BizUnit…
auwall12688
  • 389
  • 3
  • 11
  • 23
0
votes
3 answers

How to test BizTalk-Orchestrations

As the title of this post says I want to test a BizTalk-Orchestration. In past I did something like that by using BizUnit. But I was only able to test the Input, let the BizTalk-solution run and test the output. BizUnit helped me by automatizing…
0
votes
1 answer

BizUnit web service test - setting MaxReceivedMessageSize

I'm testing one of the wcf services published with BizTalk with biz unit, and using following code, WebServiceStep wsStep = new WebServiceStep(); wsStep.ServiceUrl = //service url; wsStep.FailOnError = true; wsStep.Action = //service method…
Low Flying Pelican
  • 5,974
  • 1
  • 32
  • 43