Forum Discussion
Jasper175
13 years agoFrequent Contributor
The next API after the Groovy Script you gave is "searchResources" which I need the one of the MANY results it pours out.
So if the context 'did' logs:
null
null
null
17322910001
17322910002
17322910003
Ok - so while typing this I combined your knowledge w/ SoapUI conext...
testRunner.testCase.testSuite.setPropertyValue( "did", did)
This worked...
Just wish I could interpret it all
Thank you!
So if the context 'did' logs:
null
null
null
17322910001
17322910002
17322910003
Ok - so while typing this I combined your knowledge w/ SoapUI conext...
testRunner.testCase.testSuite.setPropertyValue( "did", did)
This worked...
Just wish I could interpret it all
Thank you!