[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
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 leader. John Quincy Adams From: akia...@gmail.com

[wtr-general] Re: watir in a rails app

2013-03-25 Thread Chuck van der Linden
I'm not sure what you are trying to do. You've given us a single line of HTML, with an input field that has a (presumably unique if your team cares that their HTML is valid) ID value, yet your code is identifying most of the input fields by index within some other object. Since I can't see

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] Re-run mechanism for cucumber+watir-webdriver

2013-03-25 Thread Alex Shtayer
Hi guys Does somebody using any re-run mechanisms for failed test cases (not Continuous Integration approach)? I need something like this: Feature File Scenario 1: Login Given something . Scenario 2: Go_somewhere Given something . Some scenario failed after execution Create