We\'re currently using MBUnit for both unit testing and UI testing. For UI testing setup cost for test matrix axes are pretty high 开发者_运维百科(login, browser instance, navigate to page etc). In or
I have this weird problem with DependsOn attribute. I have a test A defined in Assembly ASSM_A and test B defined in ASSM_B (both are test fixtures).
I have a duplex WCF service that clients connect to and wait for commands. The structure of the application is as below.
I\'ve got an MbUnit unit test that I want to use Row tests for, and as one of the parameters, I want to pass a delegate.So something like this:
Please excuse the ambiguous title; it\'s difficult to describe in a single line. Basically we have MbUnit tests which run fine using TestDriven from within Visual Studio, but fails when attempting to
I have a class structure like this public class Entity { public int Id { get; set; } public string Label { get; set; }
I am using Mbunit, and I have written the tests in Mbunit. However, when I am trying to run the tests, it gives me an error:
I am using C#, MBunit and selenium Grid and I need to run the same scripts for 3 different environments Dev, QA and PROD. I launch 3 different remote controls in Selenium grid, but how can I pass diff
In MbUnit one can do something like this: [Test] [TestCategory(\"Bad Arguments\")] [TestCategory(\"Fast\")]
Does anyone know how to have the test results of a Gallio test run (I\'m using MbUnit, fwiw), show in the Output tab of Visual Studio? Right 开发者_开发问答now it\'s opening a new window and showing t