Sciweavers

CORR
2004
Springer

Jartege: a Tool for Random Generation of Unit Tests for Java Classes

13 years 4 months ago
Jartege: a Tool for Random Generation of Unit Tests for Java Classes
This paper presents Jartege, a tool which allows random generation of unit tests for Java classes specified in JML. JML (Java Modeling Language) is a specification language for Java which allows one to write invariants for classes, and pre- and postconditions for operations. As in the JML-JUnit tool, we use JML specifications on the one hand to eliminate irrelevant test cases, and on the other hand as a test oracle. Jartege randomly generates test cases, which consist of a sequence of constructor and method calls for the classes under test. The random aspect of the tool can be parameterized by associating weights to classes and operations, and by controlling the number of instances which are created. The practical use of Jartege is illustrated by a small case study. Keywords Testing, unit testing, random generation of test cases, Java, JML Reference C. Oriat. Jartege: A Tool for Random Generation of Unit Tests for Java Classes. In Quality of Sofware Architectures and Software Quality,...
Catherine Oriat
Added 17 Dec 2010
Updated 17 Dec 2010
Type Journal
Year 2004
Where CORR
Authors Catherine Oriat
Comments (0)