Forum Discussion
omatzura
18 years agoSuper Contributor
Hi,
please try replacing
def count = testRunner.testCase.properties["ReportCount"].value
with
def count = Integer.parseInt( testRunner.testCase.properties["ReportCount"].value )
regards,
/Ole
eviware.com
please try replacing
def count = testRunner.testCase.properties["ReportCount"].value
with
def count = Integer.parseInt( testRunner.testCase.properties["ReportCount"].value )
regards,
/Ole
eviware.com