Forum Discussion

anusha21's avatar
anusha21
Occasional Contributor
7 years ago
Solved

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 ...
  • JHunt's avatar
    7 years ago

    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.