Tagged Questions

5
votes
1answer
3k 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-test lifecycle by the ...
0
votes
1answer
487 views

TestRunner not running automatically when running Selenium 2.0 HTML Selenese tests using Selenium-Maven Plugin

I am trying to run a series of HTML selenium tests using the selenese command through Selenium Maven plugin (version 1.1) in the hopes of coming up with a solution to able to run these tests across ...
0
votes
1answer
1k views

Running tests on multiple browsers with selenium grid and junit

I am trying to set up automated selenium testing but don't know how to run tests in multiple browsers. Based on reading stuff online I have selenium grid up and running with multiple browsers and it ...