Blog

Open sourcing my workshop on WireMock

For those of you that want to jump to the good stuff directly, you can find the workshop slides, exercises and everything related here. A couple of weeks ago I was given the opportunity to deliver another workshop before TestNet,...

Review: TestWorksConf 2016

Last week I attended the second edition of TestWorksConf, a conference on test automation and lots of other things technical and related to testing. After the first edition last year my expectations were pretty high, since Xebia (the organisers) had...

(De)serializing POJOs in REST Assured

In this post, I’d like to demonstrate how you can leverage the ability of REST Assured to (de-)serialize Plain Old Java Objects (better known as POJOs) for more powerful testing. As an example, we’ll use the following POJO representing a...

How (not) to test RESTful APIs with Selenium WebDriver

I’ve seen the question of how to do RESTful API testing with Selenium WebDriver come up a lot in various places. I’ve seen it mainly on LinkedIn, but a couple of weeks ago I was asked this question in person...