[wtr-general] Can we use Watir for cloud based web applications testing?

2013-03-12 Thread Amit Kumar
Hi All: I have a query. Can we use Watir for cloud based web applications testing? Thanks in Advance !! -- Thanks and Regards, Amit -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

Re: [wtr-general] Can we use Watir for cloud based web applications testing?

2013-03-12 Thread Amit Kumar
Hi Željko, Could you please elaborate on this, please? On Tue, Mar 12, 2013 at 3:56 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Tue, Mar 12, 2013 at 11:14 AM, Amit Kumar amit.sr...@gmail.com wrote: Can we use Watir for cloud based web applications testing? An Example Would

Re: [wtr-general] Can we use Watir for cloud based web applications testing?

2013-03-12 Thread Amit Kumar
Željko, I meant cloud based application, which will be run on cloud. Actually, I do not have that knowledge about cloud computing. On Tue, Mar 12, 2013 at 4:24 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Tue, Mar 12, 2013 at 11:43 AM, Amit Kumar amit.sr...@gmail.com wrote: Could you

Re: [wtr-general] Can we use Watir for cloud based web applications testing?

2013-03-12 Thread Amit Kumar
: On Tue, Mar 12, 2013 at 12:13 PM, Amit Kumar amit.sr...@gmail.com wrote: I meant cloud based application, which will be run on cloud. Actually, I do not have that knowledge about cloud computing. What do you mean by cloud? Do you have a problem to solve, or are you just curious? Željko

Re: [wtr-general] Can we use Watir for cloud based web applications testing?

2013-03-12 Thread Amit Kumar
Željko, Thanks. It Helps. On Tue, Mar 12, 2013 at 4:56 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Tue, Mar 12, 2013 at 12:23 PM, Amit Kumar amit.sr...@gmail.com wrote: Actually I want to use Watir cloud based application. Watir drives browsers. If your application is web

Re: [wtr-general] I am beginner, getting error please help !

2013-02-05 Thread Amit Kumar
Thanks Željko. Appreciate your help !! On Tue, Feb 5, 2013 at 7:54 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Mon, Feb 4, 2013 at 3:25 PM, Amit Kumar amit.sr...@gmail.com wrote: But if we have Watir-webdriver for Firefox. Why do we need selenium-webdriver? Is it mandatory ? Yes

Re: [wtr-general] I am beginner, getting error please help !

2013-02-04 Thread Amit Kumar
) watir-webdriver (0.6.2) websocket (1.0.6) win32-api (1.4.8 x86-mingw32) win32-process (0.7.1) win32screenshot (1.0.7) windows-api (0.4.2) windows-pr (1.2.2) xml-simple (1.1.2) Joe On Fri, Feb 1, 2013 at 9:30 AM, Amit Kumar amit.sr...@gmail.com wrote: Thanks a lot Joe. It worked. One

Re: [wtr-general] I am beginner, getting error please help !

2013-02-04 Thread Amit Kumar
(2.29.0) watir-webdriver (0.6.2) latest version of watir gem and rubygems I think if you have ruby 1.8.7 you are in good shape too. Joe On Mon, Feb 4, 2013 at 3:09 AM, Amit Kumar amit.sr...@gmail.com wrote: Dear Joe: Thanks for providing this useful information. Could you please

[wtr-general] I am beginner, getting error please help !

2013-02-01 Thread Amit Kumar
Dear All: Hope you all are doing great. Please help on following error. I am getting error while executing script. I am using Windows 8 and Ruby187. *Code: *require 'rubygems' require 'Watir' Watir::Browser.default = firefox browser = Watir::Browser.start website url browser.form(:id,

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-07-28 Thread Amit Kumar
of FireWatir which I have updated and improved a lot. See the site for Vapir at http://vapir.org/ -Ethan On Mon, Jul 26, 2010 at 07:07, Amit Kumar amit.e...@gmail.com wrote: Hi All! I'm using Firewatir 1.6.5 I want to test an web application which open a pop up window. I want to attach

[wtr-general] Firewatir attach method doesn't work properly

2010-07-26 Thread Amit Kumar
Hi All! I'm using Firewatir 1.6.5 I want to test an web application which open a pop up window. I want to attach this pop up window with firewatir. So, i have written below code: require 'firewatir' ff =FireWatir::Firefox.new ff.goto(www.example.com) ff.link(:text,Pop_up).click ff2=

[wtr-general] Re: Need help

2009-07-13 Thread Amit Kumar
Use multiple attributes for this: browser.checkbox(:id= selectedevent , index =1).set browser.checkbox(:id= selectedevent , index =2).set browser.checkbox(:id= selectedevent , index =3).set - regards Amit Kumar On Mon, Jul 13, 2009 at 3:27 PM, rakesh srakes...@gmail.com wrote: tr style