I've had a paralleled version in the past, but now that I'm rewriting it, 
it doesn't seem to be working anymore. 

I'm using a [DynamicTestFactory], within which I'm creating a TestSuite. I 
then add additional TestSuites and TestCases to it. It's these tests that 
I'd like to execute in parallel, but I'm unsure of how to go about it. 

Den onsdag den 31. oktober 2012 23.50.13 UTC+1 skrev Brian George:
>
> In the AssemblyInfo.cs file: 
> [assembly: DegreeOfParallelism(3)]
> [assembly: Parallelizable(TestScope.All)]
>
> Also be sure to add [Parallelizable] to your TestFixture
>
>
> http://www.seleniumwiki.com/software-testing/selenium-grid/installing-selenium-grid-with-mbunit-and-gallio
>  
>
> Brian
>
>
> On Monday, October 29, 2012 3:55:45 AM UTC-7, Mikkel Pedersen Kaas wrote:
>>
>> Hi,
>>
>> I'm using Selenium and c# to make some, for the time being, simple tests 
>> of a few webpages. Right now I'm using a DynamicTestFactory to create a 
>> test for each page with each different browser that we aim to support. My 
>> problem is, that I can't figure out how to make the tests generated by the 
>> DynamicTestFactory execute in parallel. Is there anyone that can shed some 
>> light on the issue? Thank you. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/mbunituser/-/3ru-iiIsaq8J.
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