Forum Discussion

lc25s's avatar
lc25s
Occasional Contributor
11 years ago

Looping rows in DataSource via groovy

id like to loop thru rows of a particular datasource column and dynamically create the xml

I get my teststep and can set start/end rows, and view current rows, but how do I do this?

for(i=0;i<rowcount;i++)
{
ts.getPropertyValue("column header name")
}

and do it for each row??