Hi,
I am using excel file as input to my test cases.
In a test case "TESTCASE1" I am calling a "Methods.rb"(which includes only methods) which requires a constant "CONSTANT1".
"CONSTANT1" is initialized in excel input file.
When I run "TESTCASE1" individually ,it runs successfully but when All Tests is run it throws " Unintialized Constant" exception.
When I initialize "CONSTANT1" in a input ruby file or declare "CONSTANT1" as a global and then run "AllTests" it runs successfully. Hence I think it is the excel input which is the problem.
How do I handle this??
Thanks,
Chaya
Enjoy this Diwali with Y! India Click here
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
