Sciweavers

ECLIPSE
2007
ACM

UnitPlus: assisting developer testing in Eclipse

13 years 8 months ago
UnitPlus: assisting developer testing in Eclipse
In the software development life cycle, unit testing is an important phase that helps in early detection of bugs. A unit test case consists of two parts: a test input, which is often a sequence of method calls, and a test oracle, which is often in the form of assertions. The effectiveness of a unit test case depends on its test input as well as its test oracle because the test oracle helps in exposing bugs during the execution of the test input. The task of writing effective test oracles is not trivial as this task requires domain or application knowledge and also needs knowledge of the intricate details of the class under test. In addition, when developers write new unit test cases, much test code (including code in test inputs or oracles) such as method argument values is the same as some previously written test code. To assist developers in writing test code in unit test cases more efficiently, we have developed an Eclipse plugin for JUnit test cases, called UnitPlus, that runs in ...
Yoonki Song, Suresh Thummalapenta, Tao Xie
Added 14 Aug 2010
Updated 14 Aug 2010
Type Conference
Year 2007
Where ECLIPSE
Authors Yoonki Song, Suresh Thummalapenta, Tao Xie
Comments (0)