zxsoapOccasional Contributor18 years agoCreate Groovy library?Hi All, I want to create a Groovy library. Anyone tried it yet? Please, let me know. I'm able to create a Java class, not Groogy scripts? Thanks, Tim
zxsoapOccasional Contributor18 years agoOle,Here's my code used under Grooyy script. (If I remove the "testRunner.testCase.name" under println. It's working ok.)def wReports = new soapui.Report.Rwrite()wReports.fw ()Here's class with .groovypackage soapui.Reportpublic class Rwrite{ import com.eviware.soapui.model.testsuite.TestRunner public void fw (TestRunner testRunner) { println "TestCase: " + testRunner.testCase.name }}Thanks,zx
Recent DiscussionsCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1Invalid Content-Type for attachments
Related ContentGroovy script libraryhow to create and use test libraryAs of v3.60.0 preloading groovy file from script library breaks cross referencing