Testing
-
Desktop Java
More Units with MoreUnit
Just over a year ago I wrote a post about working with JUnit in Eclipse. One of the commenters recommended…
Read More » -
Enterprise Java
TestNG: Run tests sequentially with @DataProvider inside one test class
Many java developers and automation test engineers use TestNG as a testing framework in their job. I’m not an exception.…
Read More » -
Enterprise Java
Playing with JerseyTest (Jersey 2.5.1 and DI)
I’m going to try explaining a trivial REST example. The idea is building a basic schema to start playing with…
Read More » -
Software Development
Acceptance Test Driven Development
In this short series about acceptance testing I previously wrote about collaboration between testers and developers and how acceptance tests…
Read More » -
Enterprise Java
Testing Spring components with Mockito
Be able to unit test your spring components without the need of loading the full spring-context with its ad-hoc test…
Read More » -
Enterprise Java
Project Student: Sharding Integration Test Data
This is part of Project Student. Other posts are Webservice Client With Jersey, Webservice Server with Jersey, Business Layer and…
Read More » -
Core Java
Introduction To JUnit Theories
Have you ever read a mathematical theory? It typically reads something like this: For all a, b > 0 the…
Read More » -
Software Development
Attitudes of a Great Software Tester
In my previous post, I explained in my own words the “Attitude of a Great Software Developer“. This post will…
Read More »