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
defined.
Right now, I'd have
to have two version of each test in my testsuite: one that includes my
_include-TEST.html, and one that includes my
_include-DEV.html.
If I could simply
have two testsuite instead, one including each of my includes, and all
subsequent tests could use the variables those files defined, that would be
marvelous.
I'll start looking
for a way to do it, probably by saving them in the Selenium Runner frame or
something similar.
Suggestions
?
- Guillaume
Boudreau
_______________________________________________ Selenium-devel mailing list Selenium-devel@lists.public.thoughtworks.org http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel