Blog

Testing web services using in-memory web containers

Last week, I read an interesting blog post on how to test Java web services inside an in-memory web container. I thought it was a fast and elegant solution to overcome a well-known unit testing problem: unit tests for web...

Your input is needed!

Hi there, just a quick post to ask for some help from you, my readers. I have just started writing a short ebook, in which I will introduce a number of useful open source, Java-based testing tools. It will feature...

Testing REST services with REST Assured

For those of you wanting to add the possibility to validate RESTful web services to your test automation framework, REST Assured can be a very useful way to do just that. In this post, I want to show you how...

Up and running with: TestNG

This is the fifth article in our series on new, popular or otherwise interesting tools used in test automation. You can read all posts within this series by clicking here. What is TestNG? From the TestNG.org website: TestNG is a...