Forum Discussion
If you are getting an iteration number in the log, then it sounds like you are already putting your own string to the log. You can change that string to whatever you would like.
Look in your script for something like Log.Message and see if that's the case.
- Andrew_898 years agoOccasional Contributor
Thanks for your suggestion.
I haven't specified anything to be included in the log, the iteration number seems to be the default behaviour.
- Marsha_R8 years ago
Champion Level 3
Those log items are just a display of what happened.
https://support.smartbear.com/testcomplete/docs/testing-with/log/viewing/pages/log-items-panel.html
You can only write to the Project Log that's displayed on the right. This link will help with that:
https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/logging/message.html
- Andrew_898 years agoOccasional Contributor
Thanks for your input.
I know how to write to the project log, but unfortunately that is not sufficient in this case.
If there is no way to update the test item name, then I will have to rethink my approach to this problem.