I am testing an application that constantly communicates with Database. Whenever, there is an error with the Stored Proc execution, whether no data found or incorrect column name or anything else; my karate test just returns 400 error connection timeout exception message (a generic message!).
I have tried perusing through the default logs generated by Karate, but the errors are not detailed & accurate enough.
What i want is that, Karate should report the error in detailed form. Such as, what caused the error? whether it is incorrect parameters in Stored proc? or DB Table non- existent? or could not connect to DB., Invalid User ID, etc. How can i achieve that in Karate?