[wtr-general] Re: Test framework setup question (variables)

2011-03-03 Thread Anil
I usually keep them in a separate XML file, and read at run time. So these can be changed easily without needing any change in the library. I do not prefer to use spreadsheet for keeping variables, courtesy being heavy and no straight mechanism to read from. On Mar 2, 4:43 pm, xguarder

[wtr-general] Re: Test framework setup question (variables)

2011-03-02 Thread Dave McNulla
This is not a watir question, it's a programming question. I would either pass them in as commandline parameters or store them in a separate spreadsheet. I would use them at the top level and pass them into the login function (I always have a login function) that handles that part, or pass