Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi Huib,
try adding a separate Groovy Script Step inside your loop that returns the desired output, ie its content could be just
return context.expand( "${DataSource#TestCase-Nr}" )
This returned text should be visible both in the TestCase log and the generated report..
Does this help?
regards,
/Ole
SmartBear Sweden
try adding a separate Groovy Script Step inside your loop that returns the desired output, ie its content could be just
return context.expand( "${DataSource#TestCase-Nr}" )
This returned text should be visible both in the TestCase log and the generated report..
Does this help?
regards,
/Ole
SmartBear Sweden