At 03:33 AM 9/24/2005, Sankar wrote: >I am new to ruby and watir. I am finding it very interesting. I am trying >to automate the testing of entire webiste which we developed. >In our system, we need to pick a file location using folder select dialog >box and also we need to install an install shield setup, > >Is it possible to handle these 2 things in watir.
InstallShield has a silent install that allows it to be run from a command line using a response file. This is usually the best way to automate installations. This approach works with batch files, or most any language, including Ruby. Bret _____________________ Bret Pettichord www.pettichord.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
