[Wtr-general] watir: windows and unix

2006-01-31 Thread Manish Sapariya
Hi List, I need to login to unix box and carry out some task before proceding with my test. I could find rexpect module but it seems that works only on *nix and not on windows. I am not sure whether rexpect can work on windows. Can somebody confirm? If rexpect is not the way, what would be

Re: [Wtr-general] Tab Click

2006-01-31 Thread Chintakrindi Meghanath
Hi Yes , all of you are right. There is an bug in the code and dev. team is fixing it. Thanks all for your help Meghanath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Bolton Sent: Monday, January 30, 2006 10:22 PM To: wtr-general@rubyforge.org

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Bret Pettichord
Alexey is a modest but awesome ruby programmer. It will be hard to find something that sucks less.His Watir-based test suite for Instiki is the best Watir test suite i've seen published. We need to be stealing ideas from it for Watir's own unit tests. And besides, don't you and Alexey work for the

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Chris McMahon
On 1/31/06, Bret Pettichord [EMAIL PROTECTED] wrote: Alexey is a modest but awesome ruby programmer. It will be hard to find something that sucks less. Agreed on the awesomeness. Alex says Reporter is still the best bet for talking to CC. His Watir-based test suite for Instiki is the best

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help withFile.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Sergio Pinon
Chris, I have no idea what Reporter is but a while back I submitted a testing framework that sits on top of WATIR and the results are generated in an xml form which I then have parsed by CCNET. Don't know if this is something that you are looking for but if you would like to check it out I can

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help withFile.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Chris McMahon
On 1/31/06, Sergio Pinon [EMAIL PROTECTED] wrote: Chris, I have no idea what Reporter is but a while back I submitted a testing framework that sits on top of WATIR and the results are generated in an xml form which I then have parsed by CCNET. Don't know if this is something that you are

Re: [Wtr-general] Order of execution / button().click?

2006-01-31 Thread Bret Pettichord
Interesting conversation you are having with yourself.I'm surprised that this works. I would expect the click method to still block.In head, there is click_no_wait, which is a non-blocking click.Bret On 1/27/06, Paatsch, Bernd [EMAIL PROTECTED] wrote: Okay :) I fiqured it out. Here is my

Re: [Wtr-general] Apache User Authentication

2006-01-31 Thread Bill Agee
On 1/30/06, Terry Peppers [EMAIL PROTECTED] wrote: I was looking through the old Watir mailing lists for some information on how I might be able to bypass the Apache user authentication on our staging machine without using AutoIt. I didn't come up with much aside from use - AutoIt. One of our

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Alexey Verkhovsky
Chris McMahon wrote: Seriously, I thought I might have missed some sort of super-brainless CruiseControl integration. I'm definitely going to be studying on Reporter in the very near future. Chris, In terms of CruiseControl connection, it should be entirely brainless, because I wrote it for

Re: [Wtr-general] My Tab Click problem

2006-01-31 Thread Michael Bolton
What is the problem that you were unable to solve? ---Michael B. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gavazn Vahshi Sent: January 31, 2006 8:26 PM To: wtr-general@rubyforge.org Subject: [Wtr-general] My Tab Click problem Hi All, I went

Re: [Wtr-general] Anyone use Test::Unit::Reporter? Fwd: Help with File.join(File.dirname(__FILE__), '..') ?

2006-01-31 Thread Chris McMahon
It's putting the test suite together that is a little more complicated than it should be - you need to actually assemble a TestSuite object, can't just write a list of require statements in a file. I've also heard that there is a require 'stringio' missing, and README has some wrong (in fact,

Re: [Wtr-general] My Tab Click problem

2006-01-31 Thread Bret Pettichord
I suggest you email us the entire html for the page, possibly as an attachment.On 1/31/06, Gavazn Vahshi [EMAIL PROTECTED] wrote:Hi All,I went through the recent email thread for the tabclick problem, but unfortunately was unable to solve my problem.I'm knida new to Ruby and Watir and anyhelp is