TestFul: automatic unit-test generation for Java classes

  • Authors:
  • Luciano Baresi;Matteo Miraz

  • Affiliations:
  • Politecnico di Milano, Milano (Italy);Politecnico di Milano, Milano (Italy)

  • Venue:
  • Proceedings of the 32nd ACM/IEEE International Conference on Software Engineering - Volume 2
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents TestFul, an Eclipse plugin for the generation of tests for Java classes. It is based on the idea of search-based testing, working both at class and method level. The former puts objects in useful states, used by the latter to exercise the uncovered parts of the class.