Hi, if all the fields to set are of the same type, you can use dataDriven straight forward. If they may be of different types, you will probably have to write a few lines of (Groovy) code to handle this.
Cheers, Marc. -- Blog: http://mguillem.wordpress.com [EMAIL PROTECTED] wrote: > Hi there, > > is there any way to use a generic way of datainsertion in forms? > > What I want to have is a datasourcetable which has a structure like > this: > > Fieldname1 - value1 > Fieldname2 - value2 > etc. > > The form contains some Fields as a Subset of the fields from the > datasource. Is it possible to fill the form with webtest by taking the > needed fieldname from that datasource? > Just like webtest looks which fields can be filled in a specific form > and then take the datasource and looks for matches. If there is a match > the corresponding value is filled in the form. > > Thanks for any help. > > > Dennis > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

