keymakerz11 years agoGroovyScript teststeps not working in Pro versionHi,I created a project in an old free version of soapUI and used this GroovyScript to generate new users:int random = ((int)(Math.random()*99999))context.setProperty( "PropName", "prefix" + random )This works in the old version, but not in soapUI Pro 5.0.0.Any ideas?
Recent DiscussionsProject WSDL replaced from another projectunable to resolve class com...SOAPUI 5.8.0 breaking charset of project file
Related ContentCheck for empty value in groovyscriptReadyAPI- download a textfile from a URL with groovyscriptReadyAPI get content of RAWResponse with groovyscript