<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I use yaml to do parametrization for python-selenium tests.&nbsp; In my tests.py, I declare the variables which are used more than once, as public.&nbsp; I have around 24 to 25 variables like that and I don't want to type the whole thing each time I use it. <br>for eg., userid=testdata['login']['userid']<br><br>Is there any performance issue or any issue in declaring too many public variables?&nbsp; If so, how can this be handled?<br><br>Thank you<br>Jo<br></td></tr></table><br>