core-jgi/org.idempiere.ui.zk.selenium
Heng Sin Low 02e8b95c9c IDEMPIERE-92 Implement Selenium testing framework. Added context click support. Improvement to AdempiereIdGenerator for better determination of _zk_locator. Modify LogEventInterceptor to help the writing of fitnesse selenium script. 2013-03-22 15:55:04 +08:00
..
.settings IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00
META-INF IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00
OSGI-INF IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00
src IDEMPIERE-92 Implement Selenium testing framework. Added context click support. Improvement to AdempiereIdGenerator for better determination of _zk_locator. Modify LogEventInterceptor to help the writing of fitnesse selenium script. 2013-03-22 15:55:04 +08:00
.classpath IDEMPIERE-92 - Integrate Selenium. Moved project 'idempiere.zk.selenium' 2012-12-13 02:00:09 +08:00
.project IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00
Readme.txt IDEMPIERE-92 - Integrate Selenium. Moved project 'idempiere.zk.selenium' 2012-12-13 02:00:09 +08:00
build.properties IDEMPIERE-92 - Integrate Selenium. Implemented selenium and fitnesse integration using FitLibrary and FitLibraryWeb. Added FitLibrary and FitLibraryWeb documentation to fitnesse root. Added 2 example fitnesse test for zk. 2012-12-13 03:35:08 +08:00

Readme.txt

test
- Example test cases written using Selenium Web Driver and Zk JQ selector

Notes
======
* Use the AdempiereIDGenerator and your browser's inspect element tool to find out the selector for the element that you need to access. Alternatively,
you can use the script created from Selenium IDE recording as a guide. 

* For execution of test cases, you don't need AdempiereIDGenerator if you only use zk id instead of uuid(html id)