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")
TanyaYatskovska
Alumni
7 years ago