I am a QA transitioning from Postman to API dog
In postman, I use setNextRequest and switch case to loop a single request to test different responses for different variables in collection run.
Since setNextRequest is not supported, I tried using pm.sendRequest on post processor tab but it only shows up in the console only 1 request assertion is displayed when running test.
Is there a way to do this on apidog?
Thanks!