Forum Discussion
Kathryn_O_Malle
16 years agoContributor
Hi,
Not the answer I was expecting, thought it was going to be "you can't do that" but...
I've downloaded the latest nightly build, soapui-pro-3.5.1-win32-standalone-bin.zip, think that is the right one for our setup (Win XP SP2, 32 bit).
In the interim I've also tried a couple of variations with interesting results...
Variation One:
Both the step to submit the message and the corresponding mock response step are in a separate testcase
this separate testcase is called from the controlling testcase
Used the "Run TestCase" step in this variation
Result:I still get an error when it reaches the mock response step
Variation Two:
Both the step to submit the message and the corresponding mock response step are in a separate testcase
this separate testcase is called from the controlling testcase
Created a groovy script teststep which uses "def testCase = testRunner.testCase.testSuite.testCases[""]
Result: It works...
Will update after nightly build installed.
Not the answer I was expecting, thought it was going to be "you can't do that" but...
I've downloaded the latest nightly build, soapui-pro-3.5.1-win32-standalone-bin.zip, think that is the right one for our setup (Win XP SP2, 32 bit).
In the interim I've also tried a couple of variations with interesting results...
Variation One:
Both the step to submit the message and the corresponding mock response step are in a separate testcase
this separate testcase is called from the controlling testcase
Used the "Run TestCase" step in this variation
Result:I still get an error when it reaches the mock response step
Variation Two:
Both the step to submit the message and the corresponding mock response step are in a separate testcase
this separate testcase is called from the controlling testcase
Created a groovy script teststep which uses "def testCase = testRunner.testCase.testSuite.testCases["
Will update after nightly build installed.