How to Selenium Test a D2W app
Version 31.1 by Ravi Mendis on 2009/07/30 03:39
How to Selenium Test a D2W app
Setup
- Add the WebObjects ERSelenium framework to your project build path Libraries.
- Create the folder(s) Selenium/actions in the project Resources directory.
- Place your Selenium tests in this folder
- Enable the ERSelenium test-runner by adding SeleniumTestsEnabled=true to the Properties file.
You will find an in depth explanation of creating Selenium tests for WebObjects here.