Forum Discussion

anusha21's avatar
anusha21
Occasional Contributor
8 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 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.

4 Replies

No RepliesBe the first to reply