From: Andy PS Date: 2007-04-16T14:13:59+09:00 Subject: Re: parseexcel Hannes Wyss wrote: > Li > > On 12/19/06, Li Chen wrote: >> Do you know what the advantages of using parseexcel are , compared to >> export data from excel into text file, parse them,then import them back >> into excel using spreadsheetexcel? > > I probably would not call them advantages, but circumstances: > - if you cannot choose your input format, and thus would have to > perform that export to text (csv?) manually, use parseexcel. > - parseexcel can give you information on the data contained in a cell > (Cell#type returns :date, :numeric or :text) - if you need that > information, use parseexcel. > > hth > > Hannes Can anyone Help me, how do I use excel file for data driven testing in Selenium Remote Control. Basically My problem is, we have 100 records,how can i fetch Username & password field to execute my application with every User -- Posted via http://www.ruby-forum.com/.