We ar doing api testing using karate and i want to provide less time out and validate 408 error
Tried * configure requestTimeout=100
We ar doing api testing using karate and i want to provide less time out and validate 408 error
Tried * configure requestTimeout=100
Copyright © 2021 Jogjafile Inc.
Maybe this will work. If it doesn't you can assume this is not supported by Karate. In my experience, these kinds of tests are not worth automating. Also look at the option of using
cURL
directly: Using cURL for API automation in Karate