ContributionsMost RecentMost LikesSolutionsRe: 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 Re: Looking at edge://settings/ or edge://policy/ What are you trying to test with these pages? We can probably help you figure out another way to do it. Re: Is it Possible to use CurrentTest as This does seem like too many steps. Could you put in some actual code that's working now along with a sample call? Re: Marking new checkboxes I like this solution, plus I would suggest that you clear out all the checkboxes at some point, maybe at the end of the test, so you know for certain that you are starting with all of them enabled the next time.