Page Tools:
Wiki Relationships:
Admin Tools:
Projects:TestGen4JScreenshots
Home | News | Requirements | Documentation | Screenshots | | Download | Forum | FAQ
Sample Console Input & Output
Generating Test Cases
Execute the following command on your terminal to generate and build the test code:
sh build.sh /path/to/your/file.jar
Running Test Cases
Execute the following command on your terminal to run the test code:
sh run.sh /path/to/your/file.jar
Sample output of the successful tests:
Congratulation: Asserting test result Succeed Test Class: HbmGeneratorTest Test Method: testGetPropNode Test Case No: 25 var1 : Value--> NULL var2 : Value--> SPACE var3 : Value--> SPACE Congratulation: Asserting test result Succeed Test Class: HbmGeneratorTest Test Method: testGetPropNode Test Case No: 26 var1 : Value--> EMPTY var2 : Value--> SPACE var3 : Value--> SPACE Congratulation: Asserting test result Succeed Test Class: HbmGeneratorTest Test Method: testGetPropNode Test Case No: 27 var1 : Value--> SPACE var2 : Value--> SPACE var3 : Value--> SPACE Total test cases executed: 6919
--Maratmu 17:28, 30 September 2005 (PDT)

Testing
