GAJET 20051220 review
DownloadGAJET (Genetic Alrogithm for Java Evolutionary Testing) is an automatic test generation tool for Java that uses a genetic algorithm.
|
|
GAJET (Genetic Alrogithm for Java Evolutionary Testing) is an automatic test generation tool for Java that uses a genetic algorithm.
GAJET project uses EMMA to measure test coverage.
Requirements:
SUN Java SDK
EMMA
To run tests generated by GAJET you need the following software:
JUnit
Running GAJET
To run GAJET you should start class net.sf.gajet.cli.Main having the following
JARs in your classpath:
tools.jar from SUN Java SDK
emma.jar from EMMA distribution
gajet-.jar from GAJET distribution
Under MS Windows 2000/XP you can try to use gajet.bat. It requires the
following environment variables to be set:
JAVA_HOME - Home directory of Java Runtime Environment
JDK_HOME - Home directory or SUN Java SDK (not required if same as JAVA_HOME)
EMMA_HOME - Home directory of EMMA
GAJET 20051220 search tags