krogold
6 years agoRegular Contributor
Is it possible to set a tag programmatically ?
Hello,
I have defined tags for my tests, and I would like to know if it is possible to set them programmatically.
The aim of that would be to tag wit ERROR the tests that fail, in order to be abl...
- 6 years ago
Well, finally I was not looking properly enough (wrong version of apis), the solution is in the online documentation
https://support.smartbear.com/readyapi/apidocs/soapui/DefaultPackage/WsdlTestCase.html
Here are the useful APIs, such as assignTag() and removeTag() that fulfill my needs.
Sorry that I was not clear enough in describing my purpose
Thanks for your help nmrao