karate Questions
1
Solved
I started using Karate one week back and this is my first question. I used to write web service tests using Spock & groovy, Rest assured & cucumber. When I came across Karate I felt it's re...
Lankford asked 10/11, 2017 at 18:50
1
Solved
I have a 10 scenarios, all of them must have 1 min delay after executing background. I call my delay function in background. The problem is that all scenarios call background, and I have to wait 10...
Rhesus asked 31/10, 2017 at 6:32
2
Solved
Suppose I have the following Json response
[
{
id: 1,
name: "John",
password: "JohnsPassword54",
},
{
id: 2,
name: "David",
password: "DavidsPassword24",
}
]
Then how can I extract the...
Pocky asked 2/10, 2017 at 12:7
2
Solved
Certain APIs in my project can only be accessed via OAuth 2.0 using an encoded format. I am able to manually submit a POST using POSTMAN as it has the x-www-form-urlencoded feature to send the requ...
1
Solved
I would like to get a common variable for all features. Ex: base URL and path (in some features). I don't understand well in Karate official tutos what to do exactly.
I put in user.feature
`Backgr...
Miosis asked 19/9, 2017 at 11:27
1
Solved
I've recently found Karate framework for testing Web Services. But there is also Spock framework providing similar (to my mind) functionality. What are the differences between the frameworks? I wou...
Ardellaardelle asked 27/7, 2017 at 13:33
1
I have successfully built no-deployment-needed integration test frameworks for Spring MVC REST services using Mock MVC. I am struggling to do the same with JAX-RS services.
REST Assured looks prom...
Inveigle asked 28/6, 2017 at 21:14
© 2022 - 2024 — McMap. All rights reserved.