Corona Pair Testing
Some years ago, I had been talking at an awesome test conference and brought home a deck of playing cards designed to help get your team excited about quality. In…
Some years ago, I had been talking at an awesome test conference and brought home a deck of playing cards designed to help get your team excited about quality. In…
There’s no denying it. Testing is awesome and the most fun and amazing part of any product development! Strangely enough, I have found that most people look at me weird…
At one point I calculated that less than 2% of my work time was test execution. There is so much more to the test profession than meets the eye, and…
In the previous blog posts on Deja vu we have seen how to add tracability in your code by applying the three constructs @Traced, @Impure, and @AttachThread. For green field…
The Facebook Test Java API framework has been updated. There are two additions to the API and one bugfix: Bugfix for NPE when calling facebookStore.createTestUser(false,"..."). Added possibility of using a…
A couple of months ago I introduced a new open source Java framework for simple automated testing of REST/HTTP services called REST Assured. A lot of things have happended to…
I have been using JMeter for load testing and I needed to create a custom plugin to handle parsing JSON results but I couldn't find a simple guide how to do this. I wanted a simple solution that didn't require manual installation in my repository or a repository manager such as Nexus.