Forum Discussion
omatzura
17 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
Related Content
- 7 years ago
- 5 years ago
- 14 years ago