Hello,
I am new to ruby and watir, so this might be a very trivial question.
Is there a elegant solution to have a modular test script approach?
I have blocks of code that will be always the same for the web-site I am going to test, like "login", "search", "logout", etc. So my idea is to put those modules into separate files and then call them from a script called "testExecution.rb". What is your solution?
Thanks.
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
