soapui icon indicating copy to clipboard operation
soapui copied to clipboard

Data typecasting error with api testing - soap ui v5.7.1

Open vijay2249 opened this issue 2 years ago • 0 comments

I am using spring boot application framework to create api endpoints for my application.

In that my test class has string and arraylist as two variables in a user input, while testing this api endpoint with soap ui v5.7.1 when the input is given in integer the tool is automatically typecasting the integer to string and vice versa is also happening.

In an ideal case this should respond with an error but instead it is typecasting the data types automatically which should not happen.

vijay2249 avatar Sep 05 '23 05:09 vijay2249