gauravdhingra
13 years agoNew Contributor
how to use multiple values for a parameter in SOAP UI
Hi All,
I am using SOAP UI 4.0.1 for API Testing and I have a parameter that I am trying to test with multiple values
Ex:- parameter is da
I want to pass two values to it, but i dont know how to do it. i searched on the internet and saw that we can do the same using a delimiter
I tried passing value like this - 23|34. But its didnt work and gave a validation error
Response in JSON
{
"lang": "en",
"code": "error.carrental.badrequest.filter.type.invalid",
"message": "Failed field name: filterIds\nRejected value: [CTC|E]",
"ticket": "11wa21pmqdz55"
}
Can someone please help me out on this???
I am using SOAP UI 4.0.1 for API Testing and I have a parameter that I am trying to test with multiple values
Ex:- parameter is da
I want to pass two values to it, but i dont know how to do it. i searched on the internet and saw that we can do the same using a delimiter
I tried passing value like this - 23|34. But its didnt work and gave a validation error
Response in JSON
{
"lang": "en",
"code": "error.carrental.badrequest.filter.type.invalid",
"message": "Failed field name: filterIds\nRejected value: [CTC|E]",
"ticket": "11wa21pmqdz55"
}
Can someone please help me out on this???