each parameter value need to change in new rest request
Hi ,
I am using soapui 5.3.1 open source tool where in rest request i am sending 5-7 parameters value.
so i want to test each parameter by giving different values using method BVS etc..
so how i will do that because every time adding new rest request for each parameter its difficult job.
so can you please suggest the best and easy way to do that.
E.g. Request
{"TestReportId":1546,"addInformation":"test","checkTestDate":"2017-11-16","checkTestResult":true,"TestDate":"2017-11-16","TestResult":true,"PrntTestDate":"2017-11-23","PrntTestResultDen1":"1","PrntTestResultDen2":"2","PrntTestResultDen3":"3","PrntTestResultDen4":"4","TestId":1251,"testsamId":"1223334444","TestsamCollDate":"2017-11-09"}
so here in parameter i want to test with giving different value
like
case 1 : TestReportId:1546
case 2: TestReportId: abdc
case 3 : TestReportId: 15.20
case 4 : TestReportId : 154685
etc..
so every time adding new request is difficult
so please guide me .
Thanks,
Dev