paulrajgithub / api-integration-test-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Testing Framework

What is the API Testing Framework?

This API testing framework is written in a BDD (behaviour driven development) approach using Cucumber, Gherkin and Scala which makes it easy to write and extend tests for an API.

Who should use this framework?

Any project which features a JSON RESTful API which is in need of testing can use this framework.

What technologies is this framework built in?

See the wiki page for the dependencies of this project.

What types of API can this framework test?

RESTful JSON API's POST requests can be tested using this framework.


Other HTTP methods for RESTful services such as GET, PUT etc. may be supported in the future by this framework if the demand is there.

How somebody would use this framework?

See the getting started page for this project.

Where I will find the documentation of this framework?

The documentation of this framework can be found on the project wiki.

License

This code is open source software licensed under the Apache 2.0 License.

About

License:Apache License 2.0


Languages

Language:Scala 91.5%Language:Gherkin 7.8%Language:Shell 0.7%