core-jgi/idempiere.zk.selenium
Heng Sin Low bb45a55152 IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
..
.settings IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
lib/ztl IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
resource IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
src IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
.classpath IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
.project IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
Readme.txt IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
ZtlGenerator.launch IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00
config.properties IDEMPIERE-92 - Integrate Selenium. Selenium test for Zk6 should depends on zk widget/component id instead of uuid. Added new project that contains the initial sample test cases that created using ztl, selenium ide and selenium web driver + zk jq selector. 2012-12-06 18:29:41 +08:00

Readme.txt

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

ZtlGenerator.launch
- Eclipse launch configuration for Ztl generator

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

zk.selenese.test
- Example test cases exported from Selenium IDE ( JUnit4 + WebDriver )

zk.ztl.test
- Example test cases generated by Ztl generator

resource/selenese
- selenese test script recorded by Selenium IDE

resource/ztl/zk/ztl/test
- ztl test script

Notes
======
* Mapping between selenese ( the native format created by Selenium IDE recording ) and 
  web driver export is not one to one. For e.g, the fireEvent command is not needed in
  web driver test script.

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