Unable to use a variable after importing unit1 in unit2
Hi All, I am fairly new to testcomplete. Am using Python for scripting. I have 2 files under scripts - Unit1 and Unit2 I have imported unit1 in unit 2 as below import Unit1 Unit1.Test1()...
In Python, can you decare the variables just in the plain unit without having to wrap them in an object or method? If so, try that and see if that works for you.