Re: [wtr-general] New to Ruby and Watir

2013-03-26 Thread Chuck van der Linden
Used correctly, unit test frameworks can be just fine. I personally prefer rspec since I tend to work in agile shops where there is a lot of value to executable specifications (which is why I mostly use cucumber, read first two (free) chapters of this book http://www.manning.com/adzic/ to get

[wtr-general] New to Ruby and Watir

2013-03-25 Thread akiaaqa
Hi, I am extremely new to Watir and Ruby . I have installed both and Ruby and Ruby Mine. Would like to use it for automating the testing we are using for e-commerce site. Can anyone please tell me how do i start my scripting? I have just created a project in ruby mine. Should i be creating a

Re: [wtr-general] New to Ruby and Watir

2013-03-25 Thread Ċ½eljko Filipin
On Sun, Mar 24, 2013 at 8:16 PM, akia...@gmail.com wrote: If someone can direct to me to a documentation which i can use as guide, it would be really helpful. Try entering this into google: watir The first result is our web site, you should be able to find a lot of documentation there.

Re: [wtr-general] New to Ruby and Watir

2013-03-25 Thread JOSEPH FLECK
akia...@gmail.com To: watir-general@googlegroups.com Sent: Mon, March 25, 2013 4:51:44 AM Subject: [wtr-general] New to Ruby and Watir Hi, I am extremely new to Watir and Ruby . I have installed both and Ruby and Ruby Mine. Would like to use it for automating the testing we are using for e

Re: [wtr-general] New to Ruby and Watir

2013-03-25 Thread Chuck van der Linden
On Monday, March 25, 2013 5:26:32 AM UTC-7, j-f...@sbcglobal.net wrote: Akiaa, Here is a good starting point. https://github.com/watir/watir/blob/master/README.md Regards, Joseph Fleck If your actions inspire others to dream more, learn more, do more and become more, you are a

Re: [wtr-general] New to Ruby and Watir

2013-03-25 Thread Sohail Mirza
Hi Chuck van der Linden, * * I have question for you *How would rate Watir Test-Unit framework? *In your detailed reply you did not mention Test_Unit Framework? you dont like or it has limitation.. i am asking so because i am currently using it and found it good. please comment. * * Thanks, * * On

[wtr-general] New to ruby and watir

2009-02-05 Thread Louie
I was using ruby and watir and now I seem to have broken it when I try to run a small script I get an error How do I get it fixed The script is below here require watir ie = Watir::IE.new_process() ie.maximize test_site = http://hw.expedata.net/admin; ie.goto test_site The error is below