You can add result comments to a test script to provide supplemental information about the test. During the execution of the test, the result comments are added to the TrueLog file of the test.
desktop.logInfo("This is a comment!"); desktop.logWarning("This is a warning!"); desktop.logError("This is an error!");