Solved
Forum Discussion
IStaroverov
Alumni
7 years agoThis behavior is similar to a launching this code(e.g. in Python IDLE):
def test(): print "hello world" test()
but if you want to print the message in TestComplete, need to use: Log.Message("hello world")
DKumar04
7 years agoContributor
but my question is not about printing it's about how test complete works when there is no class but only routines inside .py script file?