Tagged Questions

0
votes
0answers
18 views

Selenium Grid with parallel testing using C#/NUnit

I've got several unit tests written with NUnit that are calling selenium commands. I've got 2 win2k3 server boxes setup, one is running selenium grid hub along with 2 selenium rc's …
0
votes
0answers
15 views

Selenium Grid with Selenese html based test cases

Hi, Can I any body help in following questions? How to use Selenium Grid with Selenese html based test cases? How to distribute load for Selenese test cases on different machine …
4
votes
2answers
166 views

How can I identify the Selenium Grid host running my test from within the test?

I am using Selenium Grid with TestNG to run my tests in parallel. I have certain tests that require a user to be logged in, so I have a user account configured for testing. I have …
1
vote
1answer
64 views

Will Selenium Grid run under NAnt (not Ant)?

I am trying to get Selenium Grid to run using NAnt but am a little lost, as all explanations I can find use Ant - although I thought they were fairly similar, I can't seem to fire …
3
votes
1answer
465 views

Selenium Grid + Maven 2

Is there a good tutorial or does anyone have experience with setting this up ? I have a Testsuite.html which launches my tests in one browser atm. This is done in the integration-t …
7
votes
5answers
1k views

Has anyone found a way to run C# Selenium RC tests in parallel?

Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel? I've currently got a sizable test suite written using Selenium RC's C# driver. Running …