Below is the JSON response I get from which I want to extract y1. Before getting the response, I know x1 already but I don't know y1. So for that particular x k
First of all, thanks for build karate it's a very useful for test API's and UI's. We are using it to test a lot of our endpoints but we would like to know if th
I am new to software testing and working in a Karate environment. Currently I am working on a story where I have to test that the maximum number of database ent
We are using tags to be able to group features and senarios. For example, we have something like: @jira=123 Scenario: test scenario 1 ... @j
Currently, we've automated all of our web services using the Karate framework and it is super cool.Is there any way we can do the load testing with this tool?
I m trying to upload two images in the post method, like this but it's returning this error, the api didn't receive the uploads images I want to know how is t
Going from karate 0.9.5 to 1.0.1 I found that sending a PUT request with a number returns a java.lang.NullPointerException. e.g. In v0.9.5 this was working: Giv
I would like to know if it is possible to assign "ID Keys" to each feature or scenarios in Karate DSL in order to keep all of them uniquelly referenced. When yo
I'm trying to save the json response of each iteration of the Scenario Outline and consolidate all the responses into a single json file. But i'm unable to save
Like if I have two JSON as below and I want to check the mismatch between those JSON 1: { name:'john', contact:'123', country:'america' } JSON 2
We have a basic use case to connect to webserver and get an ack back but having issues in Authentication. Scenario : Feature sample Given url
I want to Test my Endpoints using Karate, but when starting the Test I get following Error: java.lang.IllegalArgumentException: Could not find option with name
Goal: Match the check value is correct for 123S and 123O response in API First check the value on this location x.details[0].user.school.name[0].codeable.text i