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.
| 22The module stores GUI testing scripts. It's an eclipse project. Setup the project with the following steps: 231. Open eclipse and then click menu "File -> Import...". 242. Select "General -> Existing Projects into Workspace", click "Next", and then select the parent directory of this module as root directory. 253. Choose "testcommon" and "testscript", and then click "Finish". 264. Download JUnit-4.10.jar (Version MUST be higher than 4.10) into testscript/output/lib/junit.jar and then refresh the project.
|