Hi all , here we are going to develop a BDD framework for automating our Rest API’s with the help of rest assured and cucumber using scala and sbt build tool.

REST assured DSL already provides a BDD style writing of tests in the Given , When and Then format , but still if you want to know what scenarios are covered , you still have to dig down into the api tests and read the code.

With the help of cucumber , Rest assured api tests are refactored so that scenarios can be read easily without looking at underlying code.

#testing

BDD Framework with Rest -assured + Cucumber using Scala and Sbt
1.85 GEEK