We started writing integration tests using gherkins/apickli provided by samples as part of apigee development. I would like to know what is used by everyone. I need to use same integration tests with different dataset when promoted to test/uat.
Hi @munimanjunath kalapati, I havent used Jmeter but have seen people using JMeter earlier. I have used Newman(Postman) & Cucumber for testing in my Apigee CICD pipeline. IMO Cucumber/Gherkins is a better option.
Please look at Apickli ,
Apickli is a REST API integration testing framework based on cucumber.js.
It provides a gherkin framework and a collection of utility functions to make API testing easy and less time consuming.