Problem accessing variables inside of Python scripts
Having issues with accessing variables inside of Python scripts -- all kinds of variables from Project Suite Variables to Project Variables to Keyword test variables. It is giving me an object not found error.
I will shut down TestComplete and bring it up fresh. The first time I run the script, it runs perfectly, but every time I run it after that, it fails.
I have tried accessing variables via a Keyword and that seems to work OK. It is only when I call a Python script do I get this unusual behavior.
As a side issue, which may or may not be related, I also cannot get Log.Message() to work inside of my Python scripts, but it does seem to work inside the Keyword tests, just like above.
I am running 15.76.5.7 on a Windows 11 machine and the AUT is a web application.