Scenario based REST service test automation tools
Res is a tool for scenario based RESTful service testing, you can create test scenarios easily with its DSL.
Res using YAML as the format to maintain its scenario definitions, it have some basic elements:
requires definition, to import external dependenciesservices definition, to describe a RESTful service detailsscenarios definition, to indicates the scenarios need to runhandlers definition, to load external scenario handlers (since v0.0.4)data definition, to declare external test data records (since v0.0.4)