ABCDEFG
15 years agoContributor
Groovy: To get Test Step Count
I am accessing Test Steps Count using Groovy,
Can some one help me to figure out issue with this code,
def newPropertyValue //integer declaration
newPropertyValue = testRunner.testSuite.TestCase1.getTestStepCount()
I am getting following error message -
{
groovy.lang.MissingPropertyException: No such property: testSuite for class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner
}
I googled out this - No help!
Appreciate your help in advance!
^Thanks
Can some one help me to figure out issue with this code,
def newPropertyValue //integer declaration
newPropertyValue = testRunner.testSuite.TestCase1.getTestStepCount()
I am getting following error message -
{
groovy.lang.MissingPropertyException: No such property: testSuite for class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner
}
I googled out this - No help!
Appreciate your help in advance!
^Thanks