Where is the documentation for Groovy libraries used in ReadyAPI?
I have seen groovy code from SmartBear in my code base. For example, like this:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
How do I find the links to documentation for such classes made by SmartBear? Many links from Google are dead. I could not find it on the SmartBear website within 5 minutes. Generally, 5 minutes is enough to discover the links to the code documentation.
PS -
I searched for "com.eviware.soapui.support.GroovyUtils". Example of a dead link in the top search results:
https://www.soapui.org/smartbear/cmspages/handler404.aspx/?404;http://www.soapui.org:80/CMSPages/SBPortalTemplate.aspx?p=0
Thanks Himanshu🙂
rajs2020 You can find the list of libraries for ReadyAPI here:
https://support.smartbear.com/readyapi/docs/configure/plugins/dev/background/api.html
They are hard to find indeed! Our team is currently working to make them more visible.