Podcast

45: Johan Haleby: Getting Started Testing with Rest-Assured

22 March 2015 at 9:15 PM
By Test Guild
  • Share:
45: Johan Haleby: Getting Started Testing with Rest-Assured

For the past few years, I’ve been trying to promote the idea that not every automation test should be a UI test, and have been focusing more on the types of tests that can be performed below the UI, like API testing. With the rise of the Internet of Things, this type of headless testing is only going to become more popular.

One of the tools I use all the time for REST-based API testing is rest-assured. In this episode, we’ll talk to the creator of the open-source tool’s REST-Assured, Power Mock and Awaitility, Johan Haleby.

About Johan Haleby Rest-Assured

JohanHeadshot

Johan has a profound interest in software engineering and constantly try to keep up with the latest technologies. He is particularly interested in software architecture, testing, domain driven design, and scalable systems and open source. In his spare time, he keeps himself busy with reading software related books, papers, and articles.

He’s also founded several successful open source projects such as PowerMock (a Java framework for “mocking the impossible”), REST Assured and Awaitility. Johan is a frequent speaker at user groups, companies and conferences such as Öredev, Jazoon, Devoxx, and JFokus.

Quotes & Insights from this Test Talk with About Johan Haleby Rest-Assured

  • Jayway is a Swedish consulting company
  • Rest-assured is a fluent Java library that you can use to test HTTP based REST services. It was designed with testing in mind.
  • Rest-assured uses an easy to use specification like Given, When, Then syntax.
  • Easy to configure
  • Implemented with both Java and Groovy
  • The Rest-assured API is created to make it so you don’t need to be an expert with HTTP.
  • JSON is more compact then XM and simpler to read than XML
  • One of the cool things about Rest-assured is that it used GPath and Groovy under the covers and Groovy has great support for parsing documents.
  • Groovy uses basically the same syntax to parse JSON, XML or HTML
  • One of the functionality that most people are not aware of is that REST-assured is made up of three separate projects. So you can use XmlPath standalone without depending on REST-assured.
  • Much, much more!

Rest-Assured Resources

Connect with Johan about Rest-Assured

May I Ask You For a Favor?

Thanks again for listening to the show. If it has helped you in any way, shape or form, please share it using the social media buttons you see on the page.

Additionally, reviews for the podcast on iTunes are extremely helpful and greatly appreciated! They do matter in the rankings of the show and I read each and every one of them.

Related Podcasts

How to Stay Irreplaceable When Agents Write Your Tests with Jonathon Wright
Automation Testing Podcast
September 15, 2026

About This Episode: Is AI going to replace software testers, or make them more valuable than they have ever been? Jonathon […]

AI Performance Testing: How to Scale Agentic AI with Kandasamy Selvaraj
Automation Testing Podcast
September 8, 2026

About This Episode: Everything you knew about performance testing changes when the system you’re testing is non deterministic. In this […]

AI Testing Is Bigger Than You Think, 5 Areas Testers Must Own with Swati Seela
Automation Testing Podcast
September 1, 2026

About This Episode: Most testers are stuck arguing about whether AI is coming for their jobs. Swati Seela thinks that’s […]

Why IoT Testing Proves Manual Testing Never Died with Oleksii Cherkashyn
Automation Testing Podcast
August 18, 2026

About This Episode: Manual testing never died. IoT is the proof. In this episode, Joe Colantonio talks with Oleksii Cherkashyn, […]