Forum Discussion
Nastya_Khovrina
7 years agoSmartBear Alumni (Retired)
Hi,
Thank you for your post! There are the following methods for working with tags:
at the project level:
* getTags()
* getTagId("TagName")
* getTagById(TagId)
at the testCase level:
* hasTags()
* getTagIds()
* isTagAssigned(String tagId)
Documentation:
Class WsdlTestCase: https://www.soapui.org/apidocs/com/eviware/soapui/impl/wsdl/testcase/WsdlTestCase.html
Class WsdlProject: https://www.soapui.org/apidocs/com/eviware/soapui/impl/wsdl/WsdlProject.html
Also, you can use the -T testRunner argument to run specific testCases: https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html