Hi, I would like to use MbUnit for load testing.
Basically a TestSuite will be a collection of actions (ITestCase) define in the xml config file. But I need to define number of iterations and number os threads in my xml file as well. Number of iterations can handle by TestSuite.Add. But I'm not sure about number of threads, I don't think I can use ThreadedRepeatAttribute as the number ot threads is dynamic. In Junit ActiveTestSuite can handle it. What is the best way in MbUnit to dynamically create repeated test in multiple threads? Thanks. Ciao, Richard. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
