[Wtr-general] Using Data from CSV or XLS

2006-04-11 Thread Chintakrindi Meghanath
Hi We are using watir for our web application. We want to use Data Driven methodolgy using xls or CSV ie taking data from the excel or csv file. Thanks Meghanath ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Using Data from CSV or XLS

2006-04-11 Thread Charley Baker
Hi Chintakrindi, There's a datahandler.rb that's included as part of the Watir installation, I've never used it, but have looked at it and it is a similar approach to the path I took to read data. It should give you some basic guidelines for getting started, you could use it, extend it, or just

Re: [Wtr-general] Using Data from CSV or XLS

2006-04-11 Thread Sean Gallagher
Here is some code that I am experimenting with for filling in forms using YAML. The data in MyDataFile.yml drives which fields, select lists, etc. are set and the values for each. The names used in MyDataFile.yml are the element ids. Different data comes from using different data files. Comments

Re: [Wtr-general] Using Data from CSV or XLS

2006-04-11 Thread Daniel Browne
and: http://fit.c2.com/wiki.cgi?RubyPlatform On 11/04/06, Daniel Browne [EMAIL PROTECTED] wrote: See also: http://fitnesse.org/FitServers.RubyFit Note I have never used it though. Cheers, Daniel. On 11/04/06, Sean Gallagher [EMAIL PROTECTED] wrote: Here is some code that I am