|
Title: How to write a test result report from Groovy script? Post by: zxsoap on June 20, 2008, 06:12:19 pm All,
I would like to like a test result from groovy script which iterates through data source (excel)? Basicly, I want to have a test result say like .. Testcasexxx run_datasource_1 Passed Testcasexxx run_datasource_2 Passed Testcasexxx run_datasource_3 Passed Testcasexxx run_datasource_4 Passed Any suggestions? Thanks, zx |