You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certainly! For example, I have a POST request, and I would like to test error code 400 with different scenarios. My request receives a JSON with several fields, and I want to test, for instance, by omitting one of the mandatory fields or using invalid data types. In this case, I would like to resend the request multiple times with different JSON payloads without needing to create a separate request for each JSON.
I need to re-send a request to evaluate other scenarios like 401 or 404, and I don't want to create a particular request for each scenario.
The text was updated successfully, but these errors were encountered: