123 Contract Testing—The Difference between Provider Tests and Consumer Tests

Published: Oct. 28, 2020, 1:42 a.m.

Jargon: Static Mock – this is a simple mock object, also referred to as a stub. Virtual Service – this is a network endpoint that is a mock up of a real service, however it is simple, fast to launch, and can be setup and controlled from test automation code. Provider – the service that …