I am new to WATIR/ruby programming and this is my first program in ruby.
I am trying call methods included in a module from the class. I am doing
something wrong. while running the above attached script, I am getting
this error “>ruby isell_regression_script_moduletest.rb:174: undefined
method `test_login’ for TC_isell:Class (NoMethodError)>Exit code: 1”
Could you please take a look at the script and guide me
in right direction. I appreciated your help in this regard