Hi everybody,
I am trying to use the ant datadriven task in a groovy
test but I can't succeed. What I am doing is:
void testBlah() {
dataDriven tableContainer: "blah.xls" {
webtest("Check Blah")
{
config browser: "ff3"
enableJavaScript enable:"false"
invoke url: "http://\${Country_url}" , description: "Go to
\${Country)"
}
}
} <[email protected]>
But I am getting the following message:
Content is not allowed in prolog.
Does anyone has an example of how to do DataDriven Testing in a groovy test?
Can we create a twiki with usefull examples for the webtest ? I can help
with that. And it will be really helpful for the users. One of the point I
am looking when a search for a tool is the time spent learning the basis and
community support to solve issues. A wiki with examples I think is really
useful. What do you think?
Thanks,
Hernan