views:

1249

answers:

3

Does anybody know about a Eclipse plug-in to analyze code coverage for TestNG unit tests?

Matthias Zerau

+3  A: 

EclEmma can be run on testng test suites. you canalso run a group of test or a given testng class with it. It requires the TestNg plug-in

On EclEmma plugin, choose "coverage configuration..." and select the testng tab.

Nicolas
A: 

Yes EclEmma is the best one. You can also try maven based cobertura which is also good enough.

RN
A: 

I also use EclEmma , ever had a look at Clover ? - very , very nice , but not open source.

ChristiaanP