In contract testing, the _________ pattern is used to allow a service to test its interaction with another service without requiring a live instance.

  • Dummy
  • Mock
  • Spy
  • Stub
In contract testing, the "Mock" pattern is utilized to enable a service to simulate the behavior of another service, allowing testing interactions without the need for a live instance. This helps in isolating and testing individual components in a controlled environment.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *