Hi,

can you provide the stacktrace of your failure?

All user contributions are welcome. WebTest already has a wiki... but
not very active:
http://webtest-community.canoo.com/wiki/space/start

Cheers,
Marc.
-- 
Web: http://www.efficient-webtesting.com
Blog: http://mguillem.wordpress.com

Hernan Castagnola wrote:
> 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)"
>             }
>         }
> 
>     } <mailto:[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
> 

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to