Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SoapUI Groovy examples

This is a collection of SoapUI projects and Groovy Scripts used to demonstrate the Groovy scripting capabilities in soapUI

Tips and tricks

  • Use log.info <variable> to get the class of a variable, such as the testRunner. Then you can refer to this class in the SoapUI API documentation.
  • Use the Groovy shortcut notation for getters and setters. For example, use testRunner.testCase instead of testRunner.getTestCase() and project.abortOnError = true instead of project.setAbortOnError(true) (Read more)

Resources

SoapUI API documentation

About

This is a collection of soapUI projects and Groovy Scripts used to demonstrate the Groovy scripting capabilities in soapUI

Resources

Stars

52 stars

Watchers

67 watching

Forks

Releases

Packages

Used by

Contributors

Languages