Jester an addition to the agile programmer's toolbox Print E-mail
User Rating: / 1
PoorBest 
Wednesday, 16 March 2005 19:24
Jester - the JUnit test tester: Jester changes your source code, recompiles it, and runs your bunch of JUNIT  test suite to see if anything breaks. It help the developer to verify if enough, or better the most iimportant testcases are already written...more at IBM developerWorks, do not forget to also read or reread JUnit Test Infected: Programmers Love Writing Tests essay.

A comprehensive unit-test suite is a necessity for a robust program. But how can you be sure that your test suite is testing everything it should? Jester, Ivan Moore's JUnit test tester, excels at finding test-suite problems and provides unique insights into the structure of a code base. Elliotte Rusty Harold introduces Jester and shows how to use it for best results. 
Test-first programming is the least controversial and most widely adopted part of Extreme Programming (XP). By now the majority of professional Javaâ„¢ programmers have probably caught the testing bug...
This is where Jester comes in. Unlike a traditional code coverage tool such as Clover, Jester doesn't watch which lines of code have been executed. Instead Jester changes the source code, recompiles it, and runs the test suite to see if anything breaks. For instance, it will change a 1 to a 2, or change an if (x > y) to if (false). If the test suite isn't paying close enough attention to notice the change, then a test is missing.

Tags See All Tags Add New Tag...

Please Enter New Tags Separated By Comma's
  Or Close

java  junit  testing 
Powered By Joomla Tags

Comments
Add New Search RSS
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
:):grin;)8):p:roll:eek:upset:zzz:sigh:?:cry
:(:x
Please input the anti-spam code that you can read in the image.

3.20 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated on Wednesday, 16 March 2005 19:29
 


Another articles:

Powered By relatedArticle

Content View Hits : 3462165

Enter Amount: