[wtr-general] Re: Test Environment setup : VMWare

2008-10-16 Thread Tony
Hi Natasha, I haven't tried anything like this, but you could create an exe file using rubyscrip2exe. Hence the need to install ruby and watir would not be there. Just run the exe to execute all your testscripts. -Tony --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: Hom Make the RDoc support the unicode character, like Chinese, Japanese?

2008-10-16 Thread Yohei
Hi, Can't you simply use Rdoc's --charset option? Regards, Yohei On Oct 15, 8:44 pm, bugs apple [EMAIL PROTECTED] wrote: Hi, all After developing more function using ruby, and generated the Rdoc, we find out the RDoc don't support for the chinese code. My question is that how to set up

[wtr-general] Re: How do i attach Web page dialog to my script

2008-10-16 Thread Ramana Reddy
Thanks for your reply but there no solution to attach model dialog boxes Ramana On Thu, Oct 16, 2008 at 5:39 AM, Željko Filipin [EMAIL PROTECTED]wrote: On Thu, Oct 16, 2008 at 2:35 PM, Ramana Reddy [EMAIL PROTECTED] wrote: I am facing the problem on attaching Web page dialog Have you seen

[wtr-general] Re: Test Environment setup : VMWare

2008-10-16 Thread Natasha
Thanks Tony. On Oct 16, 11:22 am, Tony [EMAIL PROTECTED] wrote: Hi Natasha, I haven't tried anything like this, but you could create an exe file using rubyscrip2exe. Hence the need to install ruby and watir would not be there. Just run the exe to execute all your testscripts. -Tony

[wtr-general] Re: Building a gem from trunk / watir-common

2008-10-16 Thread Bret Pettichord
You'll need to gem install hoe before building watir-common. And then you'll need to install it, before installing Watir. Bret Jeff Fry wrote: Corrected below On Wed, Oct 15, 2008 at 10:39 PM, Jeff Fry [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: OK, I'm getting closer - I've

[wtr-general] Re: Any good conferences this year about watir/ruby/rspec?

2008-10-16 Thread Bret Pettichord
I expect to announce an AWTA workshop to be held Jan 16-18 shortly. It will be in Austin and will focus on Watir. http://awta.wikispaces.com/ juuser wrote: Hello. Sorry for this little offtopic question, but I was wondering if anyone happens to know if there's any good conferences coming

[wtr-general] Re: How to use Watir::Exception::TimeOutException

2008-10-16 Thread chethan sarathy
Thanks Alan, I have one doubt pls clarify this. If i define this in one common place(say some lib file) this will take effect for all the time out scenarios.. Eg: some time scripts will be expecting one pop up or unwanted pop up comes it couldn't under stand what to do with new pop up. these

[wtr-general] Re: Any good conferences this year about watir/ruby/rspec?

2008-10-16 Thread Željko Filipin
On Thu, Oct 16, 2008 at 4:59 PM, Bret Pettichord [EMAIL PROTECTED] wrote: I expect to announce an AWTA workshop to be held Jan 16-18 shortly. It will be in Austin and will focus on Watir. With a little luck, maybe I drop by to record a podcast or two. :) Željko --

[wtr-general] Re: Test Environment setup : VMWare

2008-10-16 Thread Manish Sapariya
Can you send the exact error message? We run all of our tests (watir, windows gui test) on more than one machines using drb. Regards, Manish Tony wrote: Hi Yohei, I had tried to use druby earlier and just couldn't get it to work. Kept giving me some access error, when trying to execute