Karate – How do I interact with XML response keys for a request triggered in other feature file?
I have a .feature file that I call into another feature file using call read(...)
. This triggers a SOAP request and asserts the status code.
I have a .feature file that I call into another feature file using call read(...)
. This triggers a SOAP request and asserts the status code.