11 years ago
Handling a SOAP Fault
Hi folks, before i start i would like to apologize for my bad English :-). Now to the topic: is there a possibility in a SoapUI TestRunListener to recognize whether the TestStepResult in the afterS...
if ( (context.httpResponse.responseContent.contains(':Fault')) || (context.httpResponse.responseContent.contains('<Fault')) ) {
//Your stuff goes here
}