If a request is changed to POST, then SoapUI changing all other requests into POST method

后端 未结 2 1887
情歌与酒
情歌与酒 2021-01-22 02:30

A testcase contains 2 requests and 1 groovy script.

Now 1st request is using POST method and 2nd request is using GET method.

Now I am

2条回答
  •  长情又很酷
    2021-01-22 03:09

    Refer my answer here:-

    http://stackoverflow.com/questions/34786729/if-a-request-is-changed-to-post-then-soapui-changing-all-other-requests-into-po/34831359#34831359
    

    there I have described a full example to achieve the issue

提交回复
热议问题