Hi Is anyone else out there using MbUnit for system testing?
With the release of Watin, I've been looking at porting our Ruby / Watir system tests to C#. So far the most difficult problem has been finding a test framework to replace a custom Ruby test runner. Specifically, I've been trying to locate a test framework that supports controlled order of test execution and conditional execution of tests depending on the success of other tests. Although MbUnit doesn't fully support this functionality, it looks like the DependsOnAttribute and the AssemblyCleanup attributes should be sufficient in simulating these features. Does it sound like MbUnit is the right test framework for me or should I be looking at a different test framework? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
