Forum Discussion

rajs2020's avatar
rajs2020
Frequent Contributor
4 years ago
Solved

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

2 Replies