Agile Thoughts

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

Informações:

Sinopsis

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 …