Hi,
I’m unable to access the universal variables that i have decalred in mhy scripts.
Scenario is:
In my Testsuite I have 3 scripts (script1, script2, script3). Script3 uses script1 and Script 2 (with help of Start Using ).
Script 2 has function setUniversalVariables where i set my universal variables(univar1,univar2) with initial values. and in the course of script 2 these values get modified.
Now, when I access these Universal variables for ex: TypeText UniVar1
instead of displaying values of UniVar1 it just displays text Univar1.
Please advise on how do I access the Universal variables declared.
Thx in advance.
-Veena