Testing Aspect v0.2
The second version of the testing aspect (v0.2) for Romulus metaframework has been released. You can find this version in ICT ROMULUS SVN repository located in SourceForge.net:
http://ict-romulus.svn.sourceforge.net/viewvc/ict-romulus/trunk/testing/autotester-v02/
This module generates automatically test cases for ROMULUS applications in the following aspects:
- DOMAIN (Domain model of the application under test)
- CRUD (Create, Read, Update and Delete module)
- VIEW (Web presentation layer)
- I18N (Internationalization)
- CSV (semi-automatic test case generation)
In addition, it includes the following features:
- Different ways of executing tool: from API, from Eclipse, from shell
- Automatic generation of an ant script for the execution and reporting of the generated test cases
- Selection of the unit tool (Junit3, JUnit4 and TestNG). JUnit4 is the default tool
- Ant script (build.xml) to generate the binary file distribution (dist/autotester.jar)
- Linux/Windows scripts for executing the tool (dist/autotester.sh and dist/autotester.bat)
For further information, please read the manual included in the distribution (Readme.txt).