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.
相关问题
- Karate API Testing - Access variable value across
- I receive the error: cannot find module 'cucum
- Port of the Rails app when running Cucumber tests
- Getting scenario and steps undefined in cucumber w
- How to output Cucumber background steps before eac
相关文章
- How do you run cucumber with Scala 2.11 and sbt 0.
- How to pass multiple parameter to Cucumber Runner
- Cucumber not serializing date string from datatabl
- selenium grid with cucumber
- How to get scenario name from a scenario outline i
- Handling excel spreadsheets with Cucumber Scenario
- Can you define instance variables during Cucumber&
- Guardfile for running single cucumber feature in s
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 !