[wtr-general] Re: Help required : Ruby code error

2008-12-01 Thread Bret Pettichord
Aidy, Could you please create a wiki page with your list of editors. I thought we had a page started, but I can't seem to find it. It would be great to collect people's thoughts on the pros and cons of these editors for watir test development. Bret aidy lewis wrote: Hi Natasha, Below is

[wtr-general] Re: Help required : Ruby code error

2008-12-01 Thread Alan Baird
Natasha - Not sure if you solved this yet or not but you need to move the include Login statement inside the SB class in testbug.rb. The below worked for me. I had to change Watir::Browser to Watir::IE since I don't have 1.6 installed yet. The below code gets me as far as clicking the login

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
Hi Aidy/Charley/John, Thanks for helping me out :). It was such a stupid typo. I am using Notepad to write my scripts and at times I use SciTE. Now I am getting one more issue and am not understanding the reason for it. It was working last week. I extended it and created more modules. I am

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
A Note to my last mail: The program which invokes the module's method has a statement (which calls assert method). That gets executed if its part of the test program, but not when its part of the Login module. Not sure why. How is it different to work successfully, when invoked through the

[wtr-general] Re: Help required : Ruby code error

2008-11-27 Thread Natasha Ranney
Hi Aidy, Thanks for sharing the list of editors. I have just installed NetBeans and it looks good. Also I had posted one more query in my last email. Please could you help me with that, whenever you get a chance. Regards, Natasha aidy lewis [EMAIL PROTECTED] wrote: Hi Natasha, Below is a

[wtr-general] Re: Help required : Ruby code error

2008-11-26 Thread Charley Baker
Does your If really start with a capital I? If so, don't do that. :) if != If Charley Baker blog: http://charleybakersblog.blogspot.com/ Project Manager, Watir, http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Wed, Nov 26, 2008 at 11:08 AM, Natasha [EMAIL PROTECTED] wrote: Hi All,