Forum Discussion

abolourian's avatar
abolourian
Occasional Contributor
15 years ago

Documentation for WsdlDataSinkTestStep

I need to add data to DataSink test step using Groovy script. So I ran the following code: def dataSink = testRunner.testCase.testSteps['DataSink'] log.info dataSink.getClass().name and got the...