13.18Testing validation
Suppose required:
customerId
companyName
Test:
{
"companyName": "Acme"
}
Expected:
validation error
Critically verify:
Salesforce NOT called
because this catches a potentially dangerous defect where invalid input produces side effects before validation.