13.53“How would you test error handling?”
“I'd configure the mock to throw the same Mule error type the connector can produce—for example a Salesforce connectivity error—then let the production error handler execute and assert the resulting error mapping, response and retry behavior.”
Very strong.