Groovy in SOAP UI

Archive for September 5th, 2008

Setup and Teardown Scripts

Posted by: devakara on: September 5, 2008

Most of the times the Test cases need some pre-setup to be done before actually running the test steps under it. Pre-setup could be anything like deleting some records from database or applying some value to a variable in heading test step.
Most of the times we create a ‘Groovy Step’ for this purpose and code [...]