lc25s
12 years agoOccasional Contributor
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??
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??