In testcomplete, is there an option to create test case descriptions in a way it can be added to the test execution report?
I am looking for solutions for adding the test case description to the t...
To address such need, I personally utilized a combination of actions to reflect and make execution log readable: 1-Project Name 2-Introduce test case specific log entry by using "Log Message" 3-Introduce log foldering by using "Append Log Folder" with "Pop Log Folder", and "Log Attributes"
I use the test name as my main description but I also wrap tests within Log.AppendFolder("My Description") and Log.PopLogFolder(). I am not sure why the 'Description' field in the Execution Plan does not provide this feature. SmartBear?
I don't see documentation for the description field in the Execution Plan docs. If I add the column and put text there it removes the text when I save, run the project or run the focused item. What is it for?
I just found this but not why I can't set the description property in the Execution Plan for the project. Maybe I am just misunderstanding the purpose of the field and it's intended use. I know this field does not show up in the test log or run summary.
Indeed! I forgot about the properties panel hidden on the right side. The description text will stick if entered here instead of double clicking the Execution Plan grid.