ContributionsMost RecentMost LikesSolutionsRe: How to get linenumbers in Keyword testing? Yes please do this. As someone used to working with VS and other editors (or even just excel), it seems glaringly absent. While there is logging that will help you get to certain areas of test failure, having line numbers is very helpful for teasing out more complex issues. Hopefully this would be easy to implement and roll into an update. :-) Re: GitHub Copilot integration with TestComplete VERY good idea! Re: Corrupted Project and Keyword Test variables Hello! This has been happening to our team and I've spent many hours trouble-shooting. **It's actually running keyword tests in the bad version that seems to munge var values** Installing TestComplete 15.57.2.7 appears to fix the bug. It will NOT, unfortunately, fix your values. Our solution was to 1. Install version 15.57.2.7 and * Open the last good version of the project file in Notepad++ and copy/paste the good values back into your project, OR * If you are using GitHub Desktop (or any git), you can discard the evil changes made to the project files. So far, tests are running fine in 15.57.2.7 and var values are intact.