[Wtr-general] Calling Function Error - like No test were specified

2007-04-20 Thread vamsi
Hi, Getting an Calling fuction error Please find the script and error message below. require 'watir' include Watir require 'test/unit' require 'test/unit/ui/console/testrunner' require 'win32ole' class maintestManage Test::Unit::TestCase def maintestManage

Re: [Wtr-general] Calling Function Error - like No test were specified

2007-04-20 Thread Charley Baker
Hmmm, there's quite a lot going on here. Where to begin. Classnames must be capitalized: class MainTestManage not class mainTestManage I'm not sure why you've defined a module nor why you're explicitly naming your class names in your module with the as class methods. You maintestManage class