zxsoapOccasional Contributor17 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 Contributor17 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 DiscussionsSoapUI 5.9.1 displays "[]" as "<Empty JSON content>"SoapUI - Apache Commons FileUpload (CVE-2025-48976)(High)Log4j vulnerability (CVE-2025-68161)