03-29-2011, 09:06 PM
Since these are user defined variables,
Test settings -> environment variables -> user defined
create both the variables BROWSER_ENV and URL_ENV with blank values.
On your script to assign a value to the variable,
Environment.Value("BROWSER_ENV") = "varvAlue"
To retrieve the value it holds,
Msgbox Environment.Value("BROWSER_ENV")
This should return varvAlue.
Helps?
Test settings -> environment variables -> user defined
create both the variables BROWSER_ENV and URL_ENV with blank values.
On your script to assign a value to the variable,
Environment.Value("BROWSER_ENV") = "varvAlue"
To retrieve the value it holds,
Msgbox Environment.Value("BROWSER_ENV")
This should return varvAlue.
Helps?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.