I have a Master API exposed which calls microservice A and A then called a third party microservice B. I want to mock Service B.
Master--->A---->B(third party) need to be mocked. I am testing request response from Master. How this can be performed in Karate. I do understand mocking of a A if I am calling Master->A, But here case is mocking B. Need inputs for this. Thankyou.