Hi Team,
I am writing Integration tests. I have a need where for a positive test case request hit an actual service and receive the response. But for a negative test case I must get the mocked response.
I am curious to understand if there is a way that I can mock/not-mock the request on a per configuration basis. Like for example if request accepts email address in request and I provide
Regards,