Skip to content
karentobo edited this page Sep 20, 2012 · 11 revisions

The RestFixture is a FitNesse fixture that allows developers, testers, and/or product owners to write test fixtures for REST API with simplicity in mind. The idea is to write tests that are self-documenting and easy to write and read, without the need to write Java code.

The fixture allows test writers to express tests as actions (using any of the allowed HTTP methods) to operate on resource URIs and to express expectations about the content of the return code, headers and body. All without writing one single line of Java code!

And it also works as a living documentation of the API.

Overview:

Live documentation

The latest version of the live documentation is available in the download page

What’s new:

See the CHANGELOG

Clone this wiki locally