I downloaded and excuted via java -jar selenium-server-standalone-2.0rc2.jar....
and selenium remote control is running....
basically, two other people and myself need to run firefox browser tests of our web application.
how can 3 people run multiple parallel tests on the selenium rc currently running? Do I need to define new port for each test (firefox instances)? what about xvnc?
is Selenium Grid a more suitable option?