Define the data fields for your CSV data and then use the bind() method to access the data from your code.
More details here: http://code.google.com/p/aost/wiki/DataDrivenTesting On Thu, Sep 15, 2011 at 8:08 AM, Hari <[email protected]> wrote: > HI , > we have an application with the login fields as "id=uname","admin" > "id=pword","admin" (CVS). > > datadriven{ > dataprovider{ > //specify which data reader you like the data provider to use > //the valid options include "PipeFileReader", "CVSFileReader" at this > point > reader = "CVSFileReader" > } > } > > where can we use the login details for data driven the username and password > in the below code ? > > Regards, > Hari > > > > > -- > You received this message because you are subscribed to the Google Groups > "tellurium-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en.
