Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to send same response for multiple request.

Options
Nihar1991
Nihar1991 Posts: 52

Hi team,

i have a situation where my request parameter in a req body might be different. it's like someone can send 2 parameter or more.
so i need a way to send a valid response each time for every request.
is there any way for this.

Please let me know if you need more details.

Thanks
Nihar Ranjan Arisal

Tagged:

Comments

  • williammccusker
    williammccusker Posts: 643 ✭✭✭
    Options

    Hi,

    Is the request exactly the same regardless of the parameters or does the response need to vary based on the parameters?

    If the response is static, then don't use the request parameters during correlation. If the response needs to be based on the request parameters could you data bank the incoming parameters and send them back in the response?