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 bizUnit = new BizUnit.BizUnit("testl.xml");
bizUnit.RunTest();
but i get a note saying it is deprecated.
I’m using .net unit tests and calling bizunit from code
Here’s an example