Hi,
I'd like to fill forms on several html with groovy and webtest. -A file, which contains a mapping of "fieldname - value", shall be the database. -Each form containing a subset of fields from the database. I need a hint on the design. I could imagine a way of using webtest by getting each site and then execute a groovyscript checking the database on the needed fields. I wonder if that's the "best" way of combining webtest with groovy, or should it be used in another way. Cheers Dennis

