readme.txt (faa4b864) readme.txt (7dd7871f)
1The Java library enables developers to use Java to write automated GUI testing.
1The module stores GUI testing scripts. It's an eclipse project. Setup the project with the following steps:
21. Open eclipse and then click menu "File -> Import...".
32. Select "General -> Existing Projects into Workspace", click "Next", and then select the parent directory of this module as root directory.
43. Choose "testcommon" and "testscript", and then click "Finish".
54. Download JUnit-4.10.jar (Version MUST be higher than 4.10) into testscript/output/lib/junit.jar and then refresh the project.