ContributionsMost RecentMost LikesSolutionsRe: Name Mapping not Working in Latest Version Did you try it? Did it work? Re: Don't update Chome to v140 Chrome is only supported up to version 138 right now https://support.smartbear.com/testcomplete/docs/app-testing/web/general/supported-browsers-and-technologies.html Re: TestComplete not working in Win11 Right now TestComplete only Chrome up to version 138. If it was working before, you got lucky! Can you revert to the earlier version of Chrome and try again? https://support.smartbear.com/testcomplete/docs/app-testing/web/general/supported-browsers-and-technologies.html Re: Windows 11 O.S. - Test Execute not correctly running You've probably already done this, but after a successful run, could you check and see if 1) TE is still in the task manager 2) is it still shown as "running"? Re: How can we fetch ColumnIndex based on Column Name for Syncfusion Grid Control in Python Can you use Object Spy on one of the cells and let us see the properties? Re: How can we fetch ColumnIndex based on Column Name for Syncfusion Grid Control in Python Did you check the sections at the bottom of that page? They all have examples of code to do different things. Re: Windows 11 O.S. - Test Execute not correctly running I asked about versions because of this https://support.smartbear.com/testexecute/docs/index.html?ga_source=TC_Help&ga_campaign=ipm_TE We recommend using a TestExecute version that matches the TestComplete version you used to create the test. Projects created in later TestComplete versions may fail in earlier versions of TestExecute. For example, TestExecute ver. 12.60 may fail to run a test created in TestComplete ver. 14.0. Re: Windows 11 O.S. - Test Execute not correctly running Do your TestComplete and TestExecute versions still match? Re: Is it Possible to use CurrentTest as The examples under Get Test Case Name will show you how to get the name. Then you can do something like this or whatever you need. MyNewVariable = aqTestCase.CurrentTestCase.Name + "- " + MyParameterName Re: Is it Possible to use CurrentTest as Does this help? https://support.smartbear.com/testcomplete/docs/testing-with/running/get-test-name.html