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?
1 ReplyReplies sorted by Most LikedSort ByMost LikedOldestNewestmamarContributor11 years agoI tested and its working. let us know where exactly it is failing.
Recent DiscussionsSoapui equivalent for curl -F (multipart/form-data)REST MockService: mockRequest.requestContent is null for PATCHShared workspace
Related ContentCheck for empty value in groovyscriptReadyAPI- download a textfile from a URL with groovyscriptReadyAPI get content of RAWResponse with groovyscript