I need to validate request time out in karate api testing

52 Views Asked by At

We ar doing api testing using karate and i want to provide less time out and validate 408 error

Tried * configure requestTimeout=100

1

There are 1 best solutions below

0
On

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

* configure readTimeout = 100
* url someUrl
* method get
* status 408