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
Should be able to populate response based on the request components.
Say for example, when a service talk to a payment gateway, the transaction id is generated dynamically by the application and the transaction id expected expected as part of the response say the response body.
In the above scenario, test will not be able to configure this, using Poisol as the test will not have the value of the transaction id that the application will generate. Here we need to create a provision to create in config where in response can fetch value from request.
Should be able to populate response based on the request components.
Say for example, when a service talk to a payment gateway, the transaction id is generated dynamically by the application and the transaction id expected expected as part of the response say the response body.
In the above scenario, test will not be able to configure this, using Poisol as the test will not have the value of the transaction id that the application will generate. Here we need to create a provision to create in config where in response can fetch value from request.
The text was updated successfully, but these errors were encountered: