Re: [Selenium-devel] global variables

2005-10-20 Thread Alexandre Garel
Guillaume Boudreau a écrit : Sure thing. Here: http://confluence.public.thoughtworks.org/display/SEL/global   - Guillaume Boudreau Merci ! Alex. ___ Selenium-devel mailing list [email protected] http:

RE: [Selenium-devel] global variables

2005-10-19 Thread Guillaume Boudreau
@lists.public.thoughtworks.orgSubject: Re: [Selenium-devel] global variables Guillaume Boudreau a écrit : Anyone ever tried to implement global variables in Selenium ? ie variables that would be available to all tests in a testsuite. It seems to me that a variable doesn't stay registered becaus selenium clea

Re: [Selenium-devel] global variables

2005-10-19 Thread Alexandre Garel
Guillaume Boudreau a écrit : Anyone ever tried to implement global variables in Selenium ? ie variables that would be available to all tests in a testsuite. It seems to me that a variable doesn't stay registered becaus selenium cleat the vars array when fetching next test.

[Selenium-devel] global variables

2005-10-19 Thread Guillaume Boudreau
Anyone ever tried to implement global variables in Selenium ? ie variables that would be available to all tests in a testsuite.   I would like to use different variables for my tests in my DEV and TEST environments, so I have two different _include.html files in which all my variables are d