anusha21
7 years agoOccasional Contributor
SOAPUI Json Response is not same as POSTMAN response OR Swagger response
HI all,
Please help me on this i am really sucked with my testing , i am performing negative testing on REST (POST) API,
I am using INPUT as below in SOAPUI and also I am using same input in POST man (see attachment for details) , but post man is returning the response what i am expecting but SOAP UI is returning invalid error message (which doesn't match with my expected result) so i am stuck in taking decision whether to pass my test case or not (please help me with this)
Thanks in advance
Regards
Anusha
Try setting the Encoding property on your REST TestRequest properties to UTF-8.
Then in your Raw request, you should see
£
change to
£
and that might help.