How to run the feature file for definite number for times in karate framework?

与世无争的帅哥 提交于 2020-01-05 07:51:03

问题


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 !



来源:https://stackoverflow.com/questions/48076381/how-to-run-the-feature-file-for-definite-number-for-times-in-karate-framework

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!