code coverage

  • submit to reddit

Measuring Overall Code Coverage in Multi-Module Maven Project

As we know unfortunately Maven has no out of the box support for different test types. There are in fact few open tickets for adapting Maven to different test...

0 replies - 1194 views - 04/01/13 by Kuba Kubrynski in Articles

ThOR - Open source object recorder for unit testing

The ThOR project is an API that enables developers to record the state or behavior of live Java objects for playback during unit testing.  Recordings take the...

0 replies - 1112 views - 06/05/12 by Matt Avery in Announcements

Easy Unit and Integration Code Coverage

This example shows how to generate coverage for unit and integration tests using Maven and Sonar. It uses very simple techniques and should only take 10-15...

0 replies - 9325 views - 05/17/12 by John Dobie in Articles

Unit Test Code Coverage

It’s easy to collect unit test code coverage because all of the common tools are geared up for it. This article will explain how you can add unit test...

0 replies - 4398 views - 01/18/12 by John Dobie in Articles

Use Clover to generate code coverage reports of your Integration/Automation Tests

Clover is a great tool for generating code coverage reports from your unit tests. It can be executed as a plugin in Eclipse, Maven or Ant. However, not...

0 replies - 7195 views - 01/08/12 by Avi Yehuda in Articles

Java Power Tools Author John Smart Comes to the UK

 Well known in the Java community for his many published articles, and as author of the Java Power Tools book, John Smart has agreed to fly over from New...

0 replies - 1495 views - 01/04/10 by Wendy Devolder in Announcements

Is Code Coverage Important?

How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...

20 replies - 18268 views - 10/20/08 by Meera Subbarao in Articles

Code Metrics in Minutes

One of the primary goals of every developer should be to prevent or drastically limit the number of bugs or defects from being introduced in their source code....

7 replies - 21937 views - 09/01/08 by Meera Subbarao in Articles