[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Is there any IDE for WATIR development?

Narendra Gollapilli

12/16/2008 5:33:00 AM

Hi,

Is there any IDE existed for watir development and please suggest me
that which will make easier my life regards to watir development.

Thanks,
Narendra.
--
Posted via http://www.ruby-....

10 Answers

Firstname Secondname

12/16/2008 5:47:00 AM

0

Narendra Gollapilli wrote:
> Hi,
>
> Is there any IDE existed for watir development and please suggest me
> that which will make easier my life regards to watir development.
>
> Thanks,
> Narendra.

AIFAIK there is no IDE for Watir.
--
Posted via http://www.ruby-....

Firstname Secondname

12/16/2008 5:47:00 AM

0

Narendra Gollapilli wrote:
> Hi,
>
> Is there any IDE existed for watir development and please suggest me
> that which will make easier my life regards to watir development.
>
> Thanks,
> Narendra.

AFAIK there is no IDE for Watir.
--
Posted via http://www.ruby-....

Narendra Gollapilli

12/16/2008 5:48:00 AM

0

Marius ŽilÄ?nas wrote:
> Narendra Gollapilli wrote:
>> Hi,
>>
>> Is there any IDE existed for watir development and please suggest me
>> that which will make easier my life regards to watir development.
>>
>> Thanks,
>> Narendra.
>
> AFAIK there is no IDE for Watir.

ThankYou :)
--
Posted via http://www.ruby-....

Kyle Schmitt

12/16/2008 9:36:00 AM

0

On Tue, Dec 16, 2008 at 11:31 PM, Narendra Gollapilli
<narendra.gollapilli@gmail.com> wrote:
> Hi,
>
> Is there any IDE existed for watir development and please suggest me
> that which will make easier my life regards to watir development.
>
> Thanks,
> Narendra.
> --
> Posted via http://www.ruby-....
Like others have said, there is no IDE for WATiR, _but_, you should
still use an IDE, or IDE-like editor. It will save you a ton of
headache.

When I used to do this for work I used Eclipse, but later moved
NetBeans, which I find superior. For smaller projects scite works
pretty well. Remember if you use NetBeans+WATiR you want to select
the native ruby interpreter, not jruby!

--Kyle

Narendra Gollapilli

12/16/2008 9:55:00 AM

0

Kyle Schmitt wrote:
> On Tue, Dec 16, 2008 at 11:31 PM, Narendra Gollapilli
> <narendra.gollapilli@gmail.com> wrote:
>> Hi,
>>
>> Is there any IDE existed for watir development and please suggest me
>> that which will make easier my life regards to watir development.
>>
>> Thanks,
>> Narendra.
>> --
>> Posted via http://www.ruby-....
> Like others have said, there is no IDE for WATiR, _but_, you should
> still use an IDE, or IDE-like editor. It will save you a ton of
> headache.
>
> When I used to do this for work I used Eclipse, but later moved
> NetBeans, which I find superior. For smaller projects scite works
> pretty well. Remember if you use NetBeans+WATiR you want to select
> the native ruby interpreter, not jruby!
>
> --Kyle

Thanks Kyle,

Its very useful thanks again :)
--
Posted via http://www.ruby-....

Zhimin Zhan

1/1/2009 11:49:00 PM

0

Hi Narendra,

> Is there any IDE existed for watir development and please suggest me
> that which will make easier my life regards to watir development.

I am using iTest2 (http://i...), which has a basic IDE
(features: http://redmine.agileway.net/wiki/itest2/ITes...) and
recorder (Firefox plugin).

The test script is using rWebUnit (extension of Watir, can call most of
Watir methods directly) with RSpec syntax. The recorder records rWebUnit
and Watir test scripts.

(disclaimer: I wrote iTest2, I'm biased).

Cheers,
Zhimin
--
Posted via http://www.ruby-....

M. Edward (Ed) Borasky

1/2/2009 1:42:00 AM

0

Zhimin Zhan wrote:
> Hi Narendra,
>
>> Is there any IDE existed for watir development and please suggest me
>> that which will make easier my life regards to watir development.
>
> I am using iTest2 (http://i...), which has a basic IDE
> (features: http://redmine.agileway.net/wiki/itest2/ITes...) and
> recorder (Firefox plugin).
>
> The test script is using rWebUnit (extension of Watir, can call most of
> Watir methods directly) with RSpec syntax. The recorder records rWebUnit
> and Watir test scripts.
>
> (disclaimer: I wrote iTest2, I'm biased).
>
> Cheers,
> Zhimin

It does look interesting. I couldn't find the source code, though --
just a Windows installer. Is there a source repository available for us
Linux people?


--
M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P), WOM

I've never met a happy clam. In fact, most of them were pretty steamed.

Zhimin Zhan

1/4/2009 3:06:00 AM

0

M. Edward (Ed) Borasky wrote:

> It does look interesting. I couldn't find the source code, though --
> just a Windows installer. Is there a source repository available for us
> Linux people?

Thanks for the interests. At this point of time, we can only provide the
windows installer, iTest2 does work on Mac and Linux platforms though.

rWebUnit git repository is at
http://github.com/zhimin/rwebunit/t...

Zhimin
--
Posted via http://www.ruby-....

bpettichord

1/26/2009 5:49:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

Zhimin,

This looks interesting. I was unable to navigate the link you provided for
the features. It is asking me for a password.

Bret

On Thu, Jan 1, 2009 at 5:49 PM, Zhimin Zhan <zzhan@zhimin.com> wrote:

> Hi Narendra,
>
> > Is there any IDE existed for watir development and please suggest me
> > that which will make easier my life regards to watir development.
>
> I am using iTest2 (http://i...), which has a basic IDE
> (features: http://redmine.agileway.net/wiki/itest2/ITes...) and
> recorder (Firefox plugin).
>
> The test script is using rWebUnit (extension of Watir, can call most of
> Watir methods directly) with RSpec syntax. The recorder records rWebUnit
> and Watir test scripts.
>
> (disclaimer: I wrote iTest2, I'm biased).
>
> Cheers,
> Zhimin
> --
> Posted via http://www.ruby-....
>
>


--
Bret Pettichord
GTalk: bpettichord@gmail.com
CTO, WatirCraft LLC, http://www.wati...
Lead Developer, Watir, http://wtr.rub...
Blog (Essays), http://www.io.com/~...
MiniBlog (Links), http://feeds.feedburner.com/br...

Zhimin Zhan

1/26/2009 10:28:00 PM

0

Hi Bret,

Bret Pettichord wrote:
> I was unable to navigate the link you provided for the features.

The link is now fixed,
http://redmine.agileway.net/wiki/itest2/ITes...

> This looks interesting.

The goal of iTest2 (is to make it easier for testers, end users,
analysts, managers and developers access to and be productive on your
wonderful testing framework: Watir. Thanks!

It is extremely light on documentation at the moment.

Regards,
Zhimin

zhimin@agileway.com.au
http://www....
--
Posted via http://www.ruby-....