yes i have checked the casing input.rb
class LoginInput
@@userName = "Vipul.Goyal"
end
main.rb
$ie.text_field(:id,"txtLoginID").set(LoginInput.userName)
exception
'undefined method `userName' for LoginInput:Class (NoMethodError)'
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
