-
DevOps👁 Image
A Docker Maven Plugin for Integration Testing
What is Docker? Docker is the buzzword that is taking the DevOps world. If you don’t know yet what is…
Read More » -
Software Development👁 Image
How (NOT TO) measure latency
Latency is defined as time interval between the stimulation and response and is a value which is of importance in…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Integration Testing for Spring Applications with JNDI Connection Pools
We all know we need to use connection pools where ever we connect to a database. All of the modern…
Read More » -
Software Development👁 Image
Are integration tests worth the hassle?
Whether or not you write integration tests can be a religious argument: either you believe in them or you don’t.…
Read More » -
Core Java👁 Image
What are Mockito Extra Interfaces?
Mockito is my favored little helper if it comes down to write light weight JUnit tests. It is very useful…
Read More » -
Core Java👁 Image
JUnit ExpectedException rule: beyond basics
There are different ways of handling exceptions in JUnit tests. As I wrote in one of my previous posts, my…
Read More » -
Enterprise Java👁 spring-interview-questions-answers
Adding Social Sign In to a Spring MVC Web Application: Integration Testing
I have written about the challenges of writing unit tests for applications which use Spring Social 1.1.0 and provided one…
Read More » -
Core Java👁 Image
Getting JUnit Test Names Right
Finding good names is one of the challanges of crafting software. And you need to find them all the time…
Read More » -
Software Development👁 Image
The Importance of Unit Testing
I’m currently working on an enhancement to an existing insurance premium rating algorithm. Anyone who has done work in insurance…
Read More »
