Jamie Penney and Aik Zhang Tan BE(SE), 2007

Eclipse Test Generation

Initial Project Description

One of the more tedious aspects of testing is actually writing the tests. It would be nice if the tests could be automatically or semi-automatically generated. Generating tests of any kind is straight-forward although non-trivial when dealing with types such as int, but quickly becomes more complex when dealing with types such as String, and quite challenging when dealing with user-defined types (or classes). This project will explore test generation from within the Eclipse IDE.