Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-15 Thread Jarmo Pertman
Also, what is the error message when you use the following code: browser = Watir::IE.new Jarmo On Saturday, September 15, 2012 9:48:38 PM UTC+3, Jarmo Pertman wrote: > > I can see that you've uninstalled win32-process too, but didn't touch ffi > gem. If you're using win32-process -v 0.6.6 with w

Re: [wtr-general] watir on Windows XP Pro Sp3 doesn't work

2012-09-15 Thread Jarmo Pertman
I can see that you've uninstalled win32-process too, but didn't touch ffi gem. If you're using win32-process -v 0.6.6 with watir-classic -v 3.1.0 what happens? What version of ffi are you using? Jarmo On Thursday, September 13, 2012 10:01:24 PM UTC+3, smile-on wrote: > > I have got exactly sam

Re: [wtr-general] Best way to handle testdata using Watir

2012-09-15 Thread Željko Filipin
On Sat, Sep 15, 2012 at 7:39 AM, praveen kumar wrote: > What is the best approach to maintain test data for each scenario? I would suggest that you read this book: https://leanpub.com/cucumber_and_cheese Željko -- filipin.eu -- Before posting, please read http://watir.com/support. In short: s

[wtr-general] Best way to handle testdata using Watir

2012-09-15 Thread praveen kumar
Hi All, I am trying to automate the web application using Watir. I am planning to use the test unit frame work. I need to automate it based on the test scenarios, which are greater than 50. I am planning to maintain read the test data from the spread sheet. 50 work sheets for each scenario. I