Skip to content
smartrics edited this page Jun 16, 2012 · 11 revisions

The RestFixture is a FitNesse fixture that allows developers 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 (any of the allowed HTTP methods) to operate on resource URIs and express expectations on 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:

and

the live documentation

What’s new:

See the CHANGELOG

Documentation:

Clone this wiki locally