Execute Groovy scripts after SOAP request in SoapUI
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2019
11:02 PM
02-12-2019
11:02 PM
Execute Groovy scripts after SOAP request in SoapUI
I execute a script from a Groovy
script in SoapUI
project.
def tCase = testRunner.testCase.testSuite.testCases["TC1"]
def tStep = tCase.testSteps["attachIt"]
tStep.run(testRunner, context)
There is another loop in this script, which is to execute a SOAP
request. After that two more Groovy
scripts should be executed to process output. These are in same testcase after SOAP
request step, but aren't executed automatically.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019
03:30 AM
02-13-2019
03:30 AM
What do you want to achieve? Couldn't understand the whole context. Please elaborate the use-cases..
