API Testing with Cucumber, The Most Popular BDD Framework

API testing with Cucumber is really innovative way of using BDD style feature file. cucumber-api lets one validate public APIs JSON response in blazingly fast time. Inspired by cucumber-api-steps. Checkout sample to see cucumber-api in action. Installation Add cucumber-api gem to your Gemfile:

Require cucumber-api in your Cucumber’s env.rb:

Configuration Verbose logging: enable …

API Testing with Cucumber, The Most Popular BDD Framework Read More »