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
The only difference between both of them is a JSON we send as part of the body for the POST call. We can create two different scenarios for a single service that matches that URL, but each time we want to test the whole flow of our feature, we have to manually turn ON the scenario we want to call.
How can we achieve testing both at the same time? I cannot find an answer through filtering or with the conditional rules. Is there a way we can have both scenarios "active" at the same time so we can test the screens flow of getting and adding items without having to manually modify the ON flag?
The text was updated successfully, but these errors were encountered:
We have been using Mockey to test our features, but currently we got stuck on testing some services with multiple actions per URL, such as this:
GET http://my.host.com/product
POST http://my.host.com/product
The only difference between both of them is a JSON we send as part of the body for the POST call. We can create two different scenarios for a single service that matches that URL, but each time we want to test the whole flow of our feature, we have to manually turn ON the scenario we want to call.
How can we achieve testing both at the same time? I cannot find an answer through filtering or with the conditional rules. Is there a way we can have both scenarios "active" at the same time so we can test the screens flow of getting and adding items without having to manually modify the ON flag?
The text was updated successfully, but these errors were encountered: