Contact Me
My Work

Writing

Testing APIs with RAML

Sitepoint

Continuing my look at RAML, the RESTful API Modeling Language, I introduce a couple of ways in which you can incorporate it into your API testing. Not only can it be used to check that API responses are as expected, but it can also be used to mock them to assist your testing processes.

RAML, the RESTful API Modeling Language

Sitepoint

RAML is a way of documenting RESTful API's. A RAML document can be used to automatically generate API documentation, can be used by way of a specification or it can even be used to test against. In this article I take a look at it.