29 lines
805 B
Plaintext
29 lines
805 B
Plaintext
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
|