Re: [wtr-general] Test Automation Framework

2010-12-12 Thread Hrishikesh Bose
i will checkout Taza On Sat, Dec 4, 2010 at 4:21 AM, Charley Baker charley.ba...@gmail.comwrote: Those tasks have different end answers. While you may be able to get them all done in one framework, they could potentially be at odds. Long answer short, if you're looking for a test framework,

[wtr-general] help-please: cucumber-watir tutorial

2010-12-12 Thread Irfan Ahmed
Hi, Anybody here who can provide some tutorial links/books on Cucumber- Watir-Wevdriver? I need this help very urgently. Please help me. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

Re: [wtr-general] help-please: cucumber-watir tutorial

2010-12-12 Thread Basim Baassiri
Have you read any information here http://www.cuke4ninja.com/ On Sun, Dec 12, 2010 at 12:40 PM, Irfan Ahmed irfan...@gmail.com wrote: Hi, Anybody here who can provide some tutorial links/books on Cucumber- Watir-Wevdriver? I need this help very urgently. Please help me. -- Before

[wtr-general] Re: Undefined method add_assertion

2010-12-12 Thread Ivan Chung
I could be using the wrong structure but my purpose is actually construct a class that passing an object to perform the assertion check and i am using rspec for reporting in html. objToValidate = ff.link(:text,'Login').exist? val = SomeTest.new() val.Validate(objToValidate) Please advice on