richie
5 years agoCommunity Hero
Stubbing/Mocking Additional Services That Provide My Endpoint With Data When Endpoint Is Hit
Hey!
I have an endpoint (called it endpoint A) that when it receives a request then makes calls to a couple of different endpoints for data (example a UK National Insurance Number) that endpoin...
- 5 years ago
Hi richie !
Here are some ideas. We have the VirtResponse Test Step. It waits for the request and when there's a trigger attempts to send a request on its own. The idea is to use this test step to send the main request. And, to use EventHandler to send additional requests.Docs that can be of help: