18 lines
567 B
Plaintext
18 lines
567 B
Plaintext
|
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.
|