I want to use the feature of keeping multiple Rest responses of single test case in vsi for selecting one on runtime.
In vsi we have option to create multiple responses of each test cases. One my test scenario need to select the one
response dynamically from the lot on the basis of input parameter value.
Any suggestion ?
the only real way to do this is to use the match script with each entry.
set some variable before the selection step, and have the match script return true for the one response u want to use now, and false for all the others.