excel spreadsheet can be exported as a plain text file in
*comma-separated values (CSV)* format.
Tellurium provides a "CSVFileReader" and you only need to change the
dataprovider in TelluriumConfig.groovy
datadriven{
dataprovider{
//specify which data reader you like the data provider to use
//the valid options include "PipeFileReader", "CVSFileReader" at
this point
reader = "CVSFileReader"
}
}
Sorry, the "CVSFileReader" should be written as "CSVFileReader", I will fix
it soon on the trunk/core.
Thanks,
Jian
On Thu, Sep 17, 2009 at 2:09 AM, WinWin <[email protected]> wrote:
>
> Hi everyone,
>
> After reading the tutorial for tellurium and the data driven testing
> provided by tellurium, I felt impressed and interested to know more
> about the data driven testing in tellurium.
>
> Is anyone here has deal with data driven testing in tellurium by
> reading input file from excel spreadsheet before?
> If yes, would appreciate if you can share the project with me.
>
> Thanks all.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---