The situation is I am using a tool called selenium RC to provide web
gui tests written in c# driven at the moment by nunit, this works well
although I now need a way to simulate running multiple users.

I can easily programme this using multiple threads /app domains but I
lose the power of a test framework, I read that nunit doesn't support
this and mbunit does, but to what extent?

So far from what I have read mbunit will just run the same test in
multiple threads, is there a way to pass parameters (say login name
for example) to each threaded test?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to