I have 5 test scripts and I wanted to run those in single browser session but do not know how to do that. If someone could help me out would be great.. All my script has following format
require 'rubygems' require 'test/unit' require 'watir-webdriver' require 'watir-webdriver/wait' class <Class Name> def <Script Name> -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
