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]>

Reply via email to