[Wtr-general] Run time debugging feature
Charley Baker
charley.baker at gmail.com
Tue May 16 13:03:52 EDT 2006
I'm not sure I understand the gist of your message so this might help or
not... You can get runtime debugging, breakpoints, etc by using Eclipse with
the rdt (ruby development tool) plugin -- see the previous posts on ides.
You can also use the Watir logger or Log4r(http://log4r.sourceforge.net/) if
you want to add more logging to your tests.
Otherwise you also might want to look at your framework and/or refactoring
some of your code out into a framework, in which case you should practice
Test Driven Development and that will help you find what's breaking without
having to go into a debugger.
-Charley
On 5/16/06, Jonathan Ni <nijon at ca.ibm.com> wrote:
>
>
> Hi all:
> Thanks for all greatest support!
> I have used WATIR to help and build my testing. But now the test
> bucket is now growing very large now, and it require constant
> recalibration(that's also a reason use WATIR, easy recalibration). However,
> when I want to try a fix, I have to run a long way from beginning of the
> test bucket(I have to, some setup setps). I am thinking if we could have a
> runtime debugging feature, which pauses where through exception,and try from
> where paused and continue. That will improve efficiency by great percent.
> The final goal is recalibrate test case only on single run.
>
> Not sure about this could be made or this is just a dream.
>
> Thanks for all great work.
>
> Regards,
> Jonathan Ni
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/wtr-general/attachments/20060516/dce6c18f/attachment.html
More information about the Wtr-general
mailing list