Re: [wtr-general] Handle Failures in Watir

2010-02-05 Thread Ċ½eljko Filipin
On Thu, Feb 4, 2010 at 5:55 PM, tester86 sagar.am...@gmail.com wrote: Is there a way that when this occurs it can log that failure and continue running the tests and not stop. Yes. It is called test framework. I would suggest rspec: http://wiki.openqa.org/display/WTR/RSpec http://rspec.info/

[wtr-general] Handle Failures in Watir

2010-02-04 Thread tester86
Hi Question for the watir group. When I run my test sometimes it fails if it cannot find an element or input field. Is there a way that when this occurs it can log that failure and continue running the tests and not stop. Is there any Watir commands that I can put in place at points in my script