1
vote
0answers
211 views

Selenium grid 2 - Parallelized datadriven tests

I am pretty new in this area, so apologies for the question. I am trying to run datadriven tests in parallel, using Selenium Grid2 here is my setup of the test: [Test] [Parallelizable] ...
0
votes
2answers
830 views

Parallel Testing with MBUnit/Gallio using Data Driven Test Cases

I've been doing a lot of reading up on RemoteWebDriver for Selenium 2 using Selenium Grid. At the moment my tests are generated in the TesT() using the [Test] Attribute. I have a TestCritiera class ...
1
vote
1answer
180 views

How to pass webSite parameter to SeleniumGrid instances

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 ...
2
votes
1answer
979 views

Migrate selenium Nunit tests to MBunit for parallel execution

I am trying to migrate my existing selenium tests with Nunit to MBunit so that I can run the tests in parallel using selenium grid. I've added the attributes [assembly: DegreeOfParallelism(8)] ...
1
vote
1answer
550 views

Selenium Grid not always using all of its registered RC's, why?

My Selenium Grid setup is as follows (all VMs) VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment VM2 - Windows XP x32 - 2 RCs registering the default ...