Analyze your Unit test coverage with Cobertura…

Writing Unit test cases is now mandatory for every developers in the Companies. But at the same time it is very important that we need to analyze the Unit test coverage that is done by that developer. Just writing some test cases will not make sense. Here comes the job of Cobertura. Cobertura is anContinue reading “Analyze your Unit test coverage with Cobertura…”

Test your Spring – Hibernate Applications using Unitils

Unitils is an open source library aimed at making unit testing easy and maintainable. Unitils builds further on existing libraries like DBUnit and EasyMock and integrates with JUnit and TestNG. This article will help you to test Spring- hibernate applications easily using unitles. Technorati: spring, hibernate, unitils

Some new releases…

Spring 2.0.1 : This is the first maintenance release for Spring 2.0, including fixes for most bugs that have been reported since 2.0 final as well as many minor enhancements. This release also introduces OpenJPA support and GlassFish weaving support. JUnit 4.2 : JUnit is a regression testing framework used for implementing unit tests inContinue reading “Some new releases…”