Issues upgrading from 15.7 to 15.8 version
Dear,
After upgrade TestComplete from 15.7 to 15.8 version, some issues appeared.
Python runtime error - NameError: name 'Aliases' is not defined
Python runtime error - NameError: name 'Log' is not defined
Python runtime error - NameError: name 'Project' is not defined
Python runtime error - NameError: name 'aqObject' is not defined
Python runtime error - NameError: name 'ADO' is not defined
The support team suggested us to add this header line to all the project scripts:
from tc import *
And to add this prefix:
tc.Aliases.Client ...
tc.Log.Message(...)
tc.aqObject.GetVarType(ColumnId)
tc.ADO.CreateADOQuery()
But, this solutions not resolves the issues.
Has someone had the same problem in order to help us ?
Thanks, Xavi