From: Dean H. <de...@xs...> - 2006-02-23 00:25:32
|
if only I could figure out how to use email. sorry Matthias -------- Original Message -------- Subject: Re: AW: [Junit-devel] Java API automated regresion testing tool Date: Wed, 22 Feb 2006 17:24:00 -0700 From: Dean Hiller <de...@xs...> To: Mat...@un... References: <B43...@ms...> google "cruisecontrol". I suggest setting that up, and make sure you hook up the testing stuff. Then keep 100% of your tests passing....break one and it immediately tells you. I have been doing that for years, and when the build is broken, the shame of the "user xxxx broke the build" email causes it to be fixed in 15 minutes or so. There are many other autobuild tools out there too. check them out...they may be easier. later, dean Mat...@un... wrote: >How about using JUnit and log4j? > >-----Ursprüngliche Nachricht----- >Von: jun...@li... [mailto:jun...@li...] Im Auftrag von Trasca Virgil >Gesendet: Mittwoch, 22. Februar 2006 14:09 >An: jun...@li... >Betreff: [Junit-devel] Java API automated regresion testing tool > > > Hi all, > > I am new to this list and I want to develop a >mechanism for automating the regresion testing for a >big already existing Java API. > > I intend to use somehow also AspectJ for >achieving this task. What I need is a system that will >record the test cases while there are executed, will >record also the input and output parameters for each >method call, will serialize/deserialize everything and >will be able to run again the same test cases at a >future time. It will report which test cases failed. >Failing meens that for the same input parameters >different output was generated. > > Do you have any clue about such a system? How >should I start? Thank you. > >Regards, >Virgil > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 >_______________________________________________ >Junit-devel mailing list >Jun...@li... >https://lists.sourceforge.net/lists/listinfo/junit-devel > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://sel.as-us.falkag.net/sel?cmd_______________________________________________ >Junit-devel mailing list >Jun...@li... >https://lists.sourceforge.net/lists/listinfo/junit-devel > > > |