Skip to main content

All Questions

1 vote
1 answer
705 views

How to parametrise a single Cucumber API test Scenario with Multiple Json request in KARATE framework

As of now, I have a single cucumber scenario which runs with a json file with single API request. I want to run the same scenario for multiple API request using same json. So I can verify multiple api ...
Anuj Bajpai's user avatar
2 votes
1 answer
9k views

Java: how to pass session id for rest api call in api testing?

For UI automation testing, I need to do REST Api calls, to get the response. I am passing session id into the HEADER by request.setheader, but I recieved response as : {"result":{"success":false,"...
codefemme's user avatar