Hi_ivanovich_ It's a bit tricky to deal with both groovy and SoapUI in this case. Here is what I can propose to you. So at first you can create a TestSuite and a TestCase to store your groovy classes. For example this one: context.setProperty("simpleClas...
In all the docs I found only global, system-wide and project parameters, but not parameters for individual test cases.I have already filled many variables via Groovy Script, but this parameter must be passed at startup.","kudosSumWeight":0,"repliesCount":0,"postTime":"202...
I have a SOAPUI project that completes succesfully when run in the UI. However when I run same project using the command line (testrunner.bat) it fails. The error is "java.net.SocketTimeoutException: Read timed out". The failure happens after the first two tests co...
if (testRunner.project.properties[it.key].name.contains('P_') == true){ testRunner.project.removeProperty(testRunner.project.properties[it.key].name) } } } This script is positionned in a Script Test Step. Do you have an idea ? Thank you in advance for your help, Anthony I fig...
atoracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:556) at com.eviware.soapui.support.GroovyUtils$DriverProxy.connect(GroovyUtils.java:150) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) ...