which one is better cucumber/gherkins vs jmeter for functional testing using CI/CD pipeline in jenkins ?

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.

0 1 1,385
1 REPLY 1

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.