Skip to content
Moez Ben Aissa edited this page Nov 29, 2018 · 1 revision

Clipium is an open source Framework, based essentially on Cucumber and Rest-assured frameworks. It is used to write http Api tests rest or soap using the Gherkin language. BDD tests will be standard and no specification on the way to write these tests. Externalized data can be any on any format. The freedom is used to the developper or tester to manage this data switch his way.
What about Step definitions ? Clipium organise the written of tests by a simple architecture of his objects. To write a test we need only :

  • a Runner
  • a End Point Builder and it's url builder
  • a Step definition and it's httpContext that contains the scenario and the mapped POJO Clipium inject in the httpContext the response and all needed information to validate the response or to passe data from EP to another. [PHOTO]

Clipium inject information related to Request and Response in the report in a standard way using the couple Cucumber and Rest-assured.

Clone this wiki locally