I want to automatically check if my WCF operations and data contracts between CI lines are working.
EDIT: I think of it as an automatic integration test. Additive changes to WCF contracts should not fail. Violation of changes should fail.
I want to know how it broke. Additive changes do not violate contracts.
Any ideas?
source
share