How to run the feature file for definite number fo

2019-08-09 05:36发布

问题:

Example: I need to post the payment for an account for 100 times with same set data . In that case how to iterate the particular feature file using karate framework. Please help on this issue.

回答1:

Sounds like you need a performance testing tool instead of Karate.

But still, if you insist, here is the best reference example call-dynamic-json.feature.

Also make sure you read the section on data-driven features in the documentation. All the best !