[wtr-general] Re: Watir simple field recorder

2011-05-22 Thread Abe Heward
What's the thinking behind going with the structure... def field_name browser.thing(:how, what) end ...versus simply: field_name = browser.thing(:how, what) ? Are there advantages/disadvantages with each? -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Re: Watir simple field recorder

2011-04-26 Thread Babitha
I know Watir community does not like recorders - I read about it in Wikipedia. This script is not exactly a recorder per say. I would call it a Object repository builder - if that appeals better to the Watir community. It helps you get around the mundane task of using Firebug or Developer tool

[wtr-general] Re: Watir simple field recorder

2011-04-21 Thread Darryl Brown
I don't personally use 'recorders' but tools like this are an immense help for getting new team members up to speed until they get a grasp on effectively using Firebug. There are no Watir recorders per se. However, tools such as this one and Webmetrics offer help to new testers that don't have a

[wtr-general] Re: Watir simple field recorder

2011-04-01 Thread Darryl Brown
Hello Babitha, I would be interested in see your version of the Watir recorder. On a new project, creating a GUI map is one of the first things that we do after initial prototyping. I will respond directly to you with my email address. Thanks, Darryl On Apr 1, 1:26 pm, Babitha