Forum Discussion

Sandyapitester's avatar
Sandyapitester
Frequent Contributor
8 years ago

how to check the different version response in get method using soapui ng

HI 

API Testing :

 

Get method need to check different version of API response

 

In SoapUI: for version check is possible in post method like we use post the request content type in post method media type..

 

same way it's possible to do it in get method if yes plz let me know..

 

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    It is quite unclear. You mean to say that you want to check the endpoint?
    • Sandyapitester's avatar
      Sandyapitester
      Frequent Contributor

      No, It means my request is same but the response version get differ like 

       

      xyz/loginS1+json
      xyz/loginS2+json
      xyz/loginS3+json

        

      normally post method we use to pass this response url in media type and will evaluate the response

       

      but we don't have the option to check in get method because we won't get the media type option.

       

      plz let me know if we have any other option to check diff version of response