Integration testing with Jetty
This is a followup after my previous post about separating JUnit tests into fast tests and integration tests. The sample code is available on GitHub.
This is a followup after my previous post about separating JUnit tests into fast tests and integration tests. The sample code is available on GitHub.
For some time now I was looking for a good way to do real integration testing with JUnit. These tests tests tend to be slow because the whole stack has to be...
Last week I fell in love with Selenium and started to create some tests using the Firefox Selenium IDE. If you’ve never done this I highly recommend trying i...
For some months now I had to work with Java projects that use Jasper to generate PDF files. These reports have to be compiled from a kind xml-like document t...
I finally decided to install a SSD in my 27″ iMac. The iMac is a late 2009 model and it’s very fast. However, most of the time it’s just waiting for the hard...