ContributionsMost RecentMost LikesSolutionsHow to Capture error messages while running the test case and display at the end of the test case I am trying to run a test case and if there is any error in the flow it fails(which is as expected), but the test steps after the error will be skipped and the test case stops. I want the rest of the test steps also be executed and return me all the errors at the end of the keyword test execution. Is this possible with Testcomplete. Please help me with inputs Thanks in Advance Solved