Setting up Bromine for running tests

  1. Download and extract selenium RC
  2. Start the selenium RC server by executing "java -jar selenium-server.jar" in the directory containing selenium-server.jar
  3. Login to Bromine
  4. Go to the control panel
  5. Go to Nodes
  6. Click Add node
  7. Fill in the IP and port in Nodepath, with the IP being the IP the selenium RC server is running on, and the port being the port the server is running on (eg. 127.0.0.1:4444 if it's running on the default port on your own machine)
  8. Select the operating system and browsers that are installed on the machine the server is running on (hold down ctrl to select multiple)
  9. Press submit
  10. Verify that there is a green checkmark to the left of the node, meaning that Bromine found the RC server. If it's red apply your normal network debugging routines (e.g. make sure the IP is correct, and that no firewall is blocking that port etc.)
  11. Done. Bromine will now use this RC server to run tests on if it has the right OS/browser combinations
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.