Testing
-
Core Java
NetBeans 7.2 Introduces TestNG
One of the advantages of code generation is the ability to see how a specific language feature or framework is…
Read More » -
Scala
ScaTDD: Casting an eye over three major Test frameworks in Scala
Testing has traditionally been the gateway process for Scala development at a number of Java shops looking to evolve their…
Read More » -
Enterprise Java
Spring Testing Support with TestNG
TestNG is a test framework which is designed to cover all categories of tests: unit, functional, end-to-end, integration, (etc). It…
Read More » -
Agile
The pursuit of protection: How much testing is “enough”?
I’m definitely not a testing expert. I’m a manager who wants to know when the software that we are building…
Read More » -
Core Java
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…
Read More » -
Enterprise Java
Test Driven Development – A Win-Win strategy
Agile practitioners talk about Test Driven Development(TDD), so do lot of developers who care about their code quality and workability.…
Read More » -
Enterprise Java
Mocks And Stubs – Understanding Test Doubles With Mockito
Introduction A common thing I come across is that teams using a mocking framework assume they are mocking. They are…
Read More » -
Enterprise Java
MongoDB performance testing
So, this morning I was hacking around in the mongo shell. I had come up with three different ways to…
Read More » -
Enterprise Java
Maven Integration Testing And Spring Restful Services
Introduction My original blog showed how to seperate maven unit and integration tests using a very simple example. http://johndobie.blogspot.com/2011/06/seperating-maven-unit-integration-tests.html Since…
Read More »