Skip to content

saikiran40cs/soapui-groovy-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%