core-jgi/ztl
Heng Sin Low 748ed726b4 IDEMPIERE-92 - Integrate Selenium. Moved project 'idempiere.zk.selenium' 2012-12-13 02:00:09 +08:00
..
.settings IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
lib IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
resource/test IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
src/test IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +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. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
Readme.txt IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
ZtlGenerator.launch IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00
config.properties IDEMPIERE-92 - Integrate Selenium. Refactor to 3 project, webdriver+jq, selenese and ztl. Refactor the webdriver+jq code to make it easier to write new test cases. Added logout and change role test case to the webdriver+jq project. Use GardenAdmin instead of SuperUser for example test cases. 2012-12-11 01:20:08 +08:00

Readme.txt

config.properties
- configuration file for running Ztl generator and Ztl test

ZtlGenerator.launch
- Eclipse launch configuration for Ztl generator

test
- Example test cases generated by Ztl generator

resource/test
- ztl test script

Notes
======
* You must change the "target" instance variable value to "" in the generated ztl java source

* 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.