Verification in Karate:
In this post, I am going to discuss about various level of verification we are going to apply in Karate..
Once we are able to successfully make the request (GET/POST/DELETE/...) now we need to validate the response . Response validation will go into three stages:
1. Response Status code validation (http)
2. Response Schema validation
3. Response value validations.
Karate has these abilities for all these validations with more in built functions. we can see them one by one.
1. Response Status code validation (HTTP)
In this post, I am going to discuss about various level of verification we are going to apply in Karate..
Once we are able to successfully make the request (GET/POST/DELETE/...) now we need to validate the response . Response validation will go into three stages:
1. Response Status code validation (http)
2. Response Schema validation
3. Response value validations.
Karate has these abilities for all these validations with more in built functions. we can see them one by one.
1. Response Status code validation (HTTP)
No comments:
Post a Comment