Wiki source code of How to Selenium Test a D2W app
Version 33.1 by Ravi Mendis on 2009/07/30 03:36
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = How to Selenium Test a D2W app = | ||
2 | |||
3 | === Setup === | ||
4 | |||
5 | 1. Add the WebObjects ##ERSelenium## framework to your project build path Libraries | ||
6 | 1. Create the folder(s) ##Selenium/actions## in the project ##Resources## directory | ||
7 | 1. Add to your ##Properties## file the following: ##SeleniumTestsEnabled=true## | ||
8 | |||
9 | You will find an in depth explanation of using [[ERSelenium>>Project WONDER-Frameworks-ERSelenium]] with WebObjects [[here>>Project WONDER-Frameworks-ERSelenium]]. |