ContributionsMost RecentMost LikesSolutionsUsing checpoint is it possible to display customized message in result/logs Whenever a checkpoint is used in script it always displays the standard message in TestComplete logs . aqObject.CheckProperty(Object, "Enabled", cmpEqual, True) Result:The property checkpoint passed: Enabled equals True. When using checkpoint Is it possible to Customize the message shown in logs? Solved