As Matt pointed out, JTest is a testing framework whereas Clover is purely a test coverage tool, i.e. it reports what part of your code was covered or not by your test tools (which can be manual, unit tests, functional tests, etc - Clover is test-tool agnostic).
-Vincent > -----Original Message----- > From: David L. Wasler [mailto:[EMAIL PROTECTED]] > Sent: 12 July 2002 01:48 > To: Cactus Users List > Subject: RE: cactus and clover > > Hi Matt: > > I know this might not be the correct place to ask. > Is Clover similar to JTest from > http://www.parasoft.com > > Thank You > David L. Wasler > [EMAIL PROTECTED] > > --- Matt Raible <[EMAIL PROTECTED]> wrote: > > > http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=clover > > > > > -----Original Message----- > > > From: David L. Wasler [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, July 11, 2002 6:01 PM > > > To: Cactus Users List > > > Subject: cactus and clover > > > > > > > > > HI > > > > > > Were can I find information on Clover? > > > > > > > Thank You > > > > David L. Wasler > > > > [EMAIL PROTECTED] > > > > > > > > --- Vincent Massol <[EMAIL PROTECTED]> wrote: > > > > > Hi Fanyun, > > > > > > > > > > Cool! I'm glad you're finding Cactus of use! > > > > > > > > > > Clover is a generic test coverage tool. It > > > > > instruments your source code > > > > > so that whenever your code is executed, Clover > > > > logs > > > > > information in its > > > > > database file. Then when you run the report, > > it > > > > > shows you what code was > > > > > executed. Thus, there is no dependency with > > any > > > > type > > > > > of tests (you can > > > > > even run manual tests and it will work) nor > > with > > > > the > > > > > environment > > > > > (server, database, etc). > > > > > > > > > > The Cactus 1.4 Ant build files show how to get > > > > > Clover reports for the > > > > > Cactus test themselves, thus it is a good > > starting > > > > > point for you to look > > > > > at. > > > > > > > > > > Cheers, > > > > > -Vincent > > > > > > > > > > > -----Original Message----- > > > > > > From: fanyun [mailto:[EMAIL PROTECTED]] > > > > > > Sent: 11 July 2002 13:08 > > > > > > To: 'Cactus Users List' > > > > > > Subject: Can cactus using clover to analyse > > test > > > > > case coverage > > > > > > > > > > > > Hi all: > > > > > > > > > > > > We are building a database application, most > > of > > > > > the test cases using > > > > > > cactus. We want to analyze the coverage of > > test > > > > > cases using clover. > > > > > > > > > > > > But the samples for clover are all for unit > > > > test. > > > > > My question is can > > > > > > cactus integrated with clover? If so, how. > > > > > > > > > > > > > > > > > > Regards &Thanks > > > > > > > > > > > > fanyun > > > > > > > > > > > > > > > > > > -- > > > > > > To unsubscribe, e-mail: > > <mailto:cactus-user- > > > > > > [EMAIL PROTECTED]> > > > > > > For additional commands, e-mail: > > > > > <mailto:cactus-user- > > > > > > [EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > > > > > > > > > <mailto:[EMAIL PROTECTED]> > > > > > For additional commands, e-mail: > > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Sign up for SBC Yahoo! Dial - First Month Free > > http://sbc.yahoo.com > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > > > > <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > ===== > > > Thank You > > > David L. Wasler > > > [EMAIL PROTECTED] > > > 714-742-0311 > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Sign up for SBC Yahoo! Dial - First Month Free > > http://sbc.yahoo.com > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:cactus-user-> > > [EMAIL PROTECTED]> > > > For > > > additional commands, > > > e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > ===== > Thank You > David L. Wasler > [EMAIL PROTECTED] > 714-742-0311 > > __________________________________________________ > Do You Yahoo!? > Sign up for SBC Yahoo! Dial - First Month Free > http://sbc.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
