Manish Sapariya wrote:
> I am trying to automate web management console of our appliance.
> I am trying to write a class library using watir which will kind of provide
> all functionality which a user can perform using this GUI.
> Going step forward I am wrapping this library in unit test to build my 
> regression tests.
>
> Problem I am facing is, where do I store ie handle returned by 
> Watir::IE.new.
> Currently I am creating this instance in my test routine and passing it 
> to IGuard.new
> call.
>
> If I create this object in the IGuard class itself, I dont know how do I get
> access to this ie object in my test class for executing various asserts.
>   
The code you sent looked fine. Can you send one of your test classes 
that you can't get to work?
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to