
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 - 9537 views - 05/17/12 by John Dobie in Articles

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 - 7458 views - 01/08/12 by Avi Yehuda in Articles

Jay Flowers says that in setting up a CI system, many organizations want to 'recreate the wheel'. Tools like CI factory can take care of that initial setup...
0 replies - 2364 views - 05/04/10 by Eric Hagan in Videos

Test driven development proponents often tend to push code coverage as a useful metric for gauging how well
tested an application is. 100% code coverage has...
0 replies - 3312 views - 11/04/08 by Kevin Pang in Articles

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 - 18477 views - 10/20/08 by Meera Subbarao in Articles

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 - 22249 views - 09/01/08 by Meera Subbarao in Articles