Testing
-
Enterprise Java
Better looking HTML test reports for TestNG with ReportNG – Maven guide
TestNG is a testing framework created as an annotation driven alternative for JUnit 3 in times when “extends TestCase” was…
Read More » -
Software Development
The Perils of Not Unit Testing
Overview Unit testing is a widely accepted practice in most development shops in this day and age, especially with the…
Read More » -
Agile
You don’t need Testers – Or do you?
I talk to a lot of people in both big and small software development organizations about how they manage software…
Read More » -
Core Java
JUnit and Hamcrest: Improving On assertEquals
In my blog post Are Static Imports Becoming Increasingly Accepted in Java?, I discussed the increasing use of static imports…
Read More » -
Enterprise Java
DBUnit, Spring and Annotations for Database testing
If you have ever tried writing database tests in Java you might have come across DBUnit. DBUnit allows you to…
Read More » -
Enterprise Java
TestNG and Maven configuration guide
To be useful automatic tests should run very fast. Otherwise will not be run often during development or even will…
Read More » -
Enterprise Java
Integration Testing with Selenium
Overview I’ve been using this for sometime and I’ve come across a few things that appear to make life easier.…
Read More » -
Enterprise Java
Arquillian 1.0.0.Final released! Ready for GlassFish and WebLogic! Death to all bugs!
Red Hat, Inc. and the JBoss Community today announced the 1.0.0.Final release of Arquillian, its award-winning testing platform built to…
Read More » -
Software Development
Taking over the Codebase, Solving the Spaghetti Crisis
We’ve all been there. Somebody asks if you can take a look at their website that has been stagnant for…
Read More »