Forum Discussion
The solution to pass the objects as parameters, works.
But for a big project, it means a lot of work to change too much source code.
My big doubt is why the 2 alternatives options in this link (tc module and global import file), don't works in some cases ?
Working with TestComplete Global Objects in Python 3.13 | TestComplete Documentation
Thanks,
I had a similar issue to yours, and our project is too big to pass these keywords to the function, but using "from tc import Log, Aliases" works for me. However, I came across another issue:
https://community.smartbear.com/discussions/testcomplete-questions/logging-issue-on-tc-15-80-python-scripts/279683
- Xavi2 days agoOccasional Contributor
I tried, but I don't know why the easiest solution as "from tc import *" or "from tc import Aliases", don't works:
Thanks,