Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-22 Thread Dan
I would suggest to go through this to get some of the foundation of ruby. http://www.codecademy.com/tracks/ruby Dan On Friday, February 22, 2013 12:16:09 AM UTC-5, umesh khannan wrote: Thank you zeljko i am in the middle of using both watir as well as calabash-ios so can you help me by

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-22 Thread Željko Filipin
On Thu, Feb 21, 2013 at 9:16 PM, umeshkhan...@gmail.com wrote: Thank you zeljko i am in the middle of using both watir as well as calabash-ios so can you help me by giving idea which topics in ruby i have master so that my testing will be of more quality and efficient. Just read any book on

[wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread umeshkhannan
Hi, I mean to ask will learning ruby language helps us to do scripting in selenium. Thanks regards in advance M.umeshkhanna On Saturday, February 16, 2013 3:27:31 PM UTC+5:30, umeshk...@gmail.com wrote: Hi, I like watir scripting may i know will these scripts work on the

[wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread Dan
watir-webdriver is a layer of abstraction on top of the selenium-webdriver gem, so in short, yes. On Thursday, February 21, 2013 8:08:03 AM UTC-5, umeshk...@gmail.com wrote: Hi, I mean to ask will learning ruby language helps us to do scripting in selenium. Thanks regards in advance

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread Željko Filipin
On Thu, Feb 21, 2013 at 5:08 AM, umeshkhan...@gmail.com wrote: I mean to ask will learning ruby language helps us to do scripting in selenium. If your plan is to use selenium-webdriver or watir-webdriver gems (Ruby libraries) then yes, learning Ruby would be a good idea. Željko -- --

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread Raveendran P
Umesh, I am summarizing the answers here Selenium-webdriver supports -- Ruby,Java,C#,Puthon,PHP .. etc Watir-webdriver supports -- Ruby Watir-webdriver -- It is simply helping to automate the web application using selenium-webdriver with User friendly methods(text_field, checkbox, radio,

[wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread umeshkhannan
Thanks dan now i will learn ruby with more concentration. On Thursday, February 21, 2013 8:06:49 PM UTC+5:30, Dan wrote: watir-webdriver is a layer of abstraction on top of the selenium-webdriver gem, so in short, yes. On Thursday, February 21, 2013 8:08:03 AM UTC-5,

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread umeshkhannan
Thank you zeljko i am in the middle of using both watir as well as calabash-ios so can you help me by giving idea which topics in ruby i have master so that my testing will be of more quality and efficient. On Thursday, February 21, 2013 9:45:16 PM UTC+5:30, Željko Filipin wrote: On Thu, Feb

Re: [wtr-general] Re: Do Watir scripts run in selenium

2013-02-21 Thread umeshkhannan
Thanks jazz your explanation made me more clear. On Thursday, February 21, 2013 9:54:54 PM UTC+5:30, jazze...@gmail.com wrote: Umesh, I am summarizing the answers here Selenium-webdriver supports -- Ruby,Java,C#,Puthon,PHP .. etc Watir-webdriver supports -- Ruby Watir-webdriver -- It

[wtr-general] Re: Do Watir scripts run in selenium

2013-02-17 Thread Alex Shtayer
If we speak from code similarities prospective: watir scripts can work on watir-webdriver (sometimes with some code changes), but if you mean selenium, so probably no, because watir and selenium have completely different syntax. -- -- Before posting, please read http://watir.com/support. In