Adam Reed wrote:
> Glad I could help.  One thing you'd have most likely noticed if you were
> to run those 66 separate functions is an "RPC Error" that would stop
> your testing cold.  Eventually IE can't open/close fast enough to keep
> up with the script, and basically crashes itself.  So, you're already
> one step ahead on best practices there.
>   
Actually, this problem can be avoided if you use the latest version of 
Watir and the new "IE.new_process" method. This is what i am using in my 
tests when i have to close and re-open the browser.

Bret
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to