Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Refactoring, adds a TOC, add dash stuff

...

Brett Palmer gave a presentation on Selenium testing for Ofbiz at ApacheCon 2008. The presentation is no longer available at the ApacheCon site, but is available at http://www.kenfuse.com/forum/material-regarding-seleniumxml.

Setting up Selenium RC server in Windows

  1. Download latest version of Selenium RC and extract in a folder named Selenium at (for instance) C:\Program Files\Java\jdk1.6.0_03\bin
  2. From Command prompt run the following commands:
    • cd C:\PROGRA~1\Java\jdk1.6.0_03\bin
    • java -jar .\Selenium\selenium-server.jar -interactive

...

There are two main techniques in configuring SSL, through Apache (recommended), and through the JVM directly.

Apache

Configuring SSL through Apache is probably the preferred method, and is well documented.

...