テストに関する補足情報を提供するために、結果コメントをテスト スクリプトに追加することができます。テストの実行中、結果コメントはテストの TrueLog ファイルに追加されます。
'VB .NET code Agent.LogInfo("This is a comment!") Agent.LogWarning("This is a warning!") Agent.LogError("This is an error!")
// C# code Agent.LogInfo("This is a comment!"); Agent.LogWarning("This is a warning!"); Agent.LogError("This is an error!");