i have response like { Data: {a: [{ date1: "2018-12-23", date2: "23-11-2018" },{ date1: "2018-12-20",date2: "23-11-2018" }] } }
and want to test if each date1 field is less than today's date and each date2 is less than input date field (i have a date field in input payload) How can i perform that.
相关问题
- Karate API Testing - Access variable value across
- Is there a function like call karate.callSingle()
- In Karate, can I update a value for one of the fie
- How to put “OR” operator in Karate API assertion s
- Karate framework symbol encoding in url
相关文章
- How to test each date field in the array response
- Cannot escape url as needed
- want to test assertion of integer value should be
- how to call a sql script or query in background fo
- Passing defined variable through different scenari
- Karate: JsonPath wildcards didn't work or part
- Karate Api Testing - How to pass data from one fea
- Handling JWT bearer token from ADFS
In many ways, here is one. Refactoring this code to be cleaner is homework for you :P