kamahade
14 years agoRegular Contributor
BUG ? with property teststep label ?
Hello team,
I'm using soapUI Pro 4.0.0, Build dist-131-2011-06-14, Build Date 2011/06/14.
giving me teststep label along with number of properties. is this expected or BUG?
I'm using soapUI Pro 4.0.0, Build dist-131-2011-06-14, Build Date 2011/06/14.
for( testStep in testRunner.testCase.getTestStepList() ) {
if( testStep instanceof WsdlPropertiesTestStep ) {
def stepname = testStep.getLabel();
log.info stepname;
props = testRunner.testCase.getTestStepByName(testStep.getLabel());
giving me teststep label along with number of properties. is this expected or BUG?