How to remove Custom Properties from a SoapUI TestCase using Groovy?

后端 未结 4 868
长情又很酷
长情又很酷 2021-01-13 00:29

I have created some list of properties under the TestCase. For example look at the following screenshot.

\"SoapU

4条回答
  •  情深已故
    2021-01-13 00:57

    Just for completeness:

    Another quick but dirty and dangerous way is to modify the soapui-project.xml and remove the property nodes with a text editor. Be aware that you can break your whole project if you do something wrong! You should create a copy of your soapui-project.xml and do the following steps:

    1. Set the values of the Properties you want to delete to deleteMe
    2. Search for the string deleteMe in your soapui-project.xml
    3. Delete the properties:

    namedeleteMe

提交回复
热议问题