[wtr-general] Re: Data driven test using .CSV file

2009-07-25 Thread Dylan
It's actually pretty simple if you're just using a CSV file. I don't have my code in front of me at the moment, but I use a CSV file to store information for a login test. Basically, since all CSV is is "comma separated", you just open the file like normal in ruby, read each line, and use .split

[wtr-general] Data driven test using .CSV file

2009-07-25 Thread RAM
Hi allI am very new to Watiranybody here knows how to import value from .CSV files and Export Results into an .CSV file in Watir. Please reply and provide links if similar subject is already posted. --~--~-~--~~~---~--~~ You received this message b

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-25 Thread venky
Hi Angrez, I tried with firefox 3.5.1 with the above provided jssh its working fine and thanks a lot for that. will let u know if i encounter any problem. Thanks, Venkat http://prog2impress.com/ On Jul 16, 2:44 pm, Angrez Singh wrote: > for those whom XPI is not working on Firefox 3.5 can you

[wtr-general] Re: Can't click on an image link.

2009-07-25 Thread sHiVa
Hi james, use the following code for clicking the image browser.button( :id, /imgNavImage$/ ).click Regards Siva On Jul 25, 12:33 am, James wrote: > Never Mind!  I should have tried "button". > > On Jul 24, 3:25 pm, James wrote: > > > > > Here's the source: > > > > > >