The application which i am trying to automate the flow needs some user input as well.
I guess i should leave the part of the application for automation testing.
Regards
- Sankar
On 9/24/05, Bret Pettichord <[EMAIL PROTECTED]> wrote:
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
--
If you enjoy programming computers, you are in a very fortunate minority of people who can make a great living doing work they enjoy. - Joel
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
