Hi Jian, Thanks for your prompt reply! Will try it out. Thanks alot!
WinWin On Sep 18, 1:31 am, Jian Fang <[email protected]> wrote: > Fixed it on Trunk/Core. Please use Tellurium core 0.7.0 snapshot from our > Maven repo. > > http://kungfuters.org/nexus/content/repositories/snapshots/tellurium/... > > Thanks, > > Jian > > On Thu, Sep 17, 2009 at 9:35 AM, Jian Fang <[email protected]> wrote: > > If you want to convert an excel file to a CSV file programmatcially, just > > do a Google search "Java convert excel CSV" and you will find tons of them. > > > On Thu, Sep 17, 2009 at 9:32 AM, Jian Fang <[email protected]>wrote: > > >> 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 -~----------~----~----~----~------~----~------~--~---
