ContributionsMost RecentMost LikesSolutionsRe: Object spy can't recognize spring boot app JTable Thanks. I changed the display resolution to 1680x1050 and it worked. Object spy can't recognize spring boot app JTable Recently our java application has been upgraded to spring boot app and all the testcases are failing after the upgrade. TC Object spy recognize only the part of the JTable content but previously it could highlight the correct JTable area. The first image shows how the object spy identify the JTable area in the older version of our app and the 2nd image shows how it shows in the upgraded version of the spring boot app. When executing Click action on the first row of the JTable, TC clicks on the column header. So TC recognize wrong area as the JTable. How can I fix this? Please help. JTable creation is in ClassA and previously the application runs by calling ClassA. but after the spring boot upgrade, they have created a new main class ClassB and they are calling the ClassB methods from ClassA. After upgrade, application runs by calling Class B but all the table creation are still in ClassA. SolvedRe: Getting Cursor property var dDLL = DLL.DefineDLL("USER32"); var dProc = dDLL.DefineProc("LoadCursorW", vt_i4, vt_ui2, vt_i4); add these as global variables. this worked for me.class Name : "Gupta:ChildTable" does not work in Testcomplete 9.3I need to get cell value from a table of type "Gupta:ChildTable" . This table is working fine in Testcomplete 9.2, but when i changed the version to 9.3, its not working anymore and i cudn't see any TextObject as child under this table.I enabled MSAA and textrecognition but still TC 9.3 doesn't identify the cells inside this table. Please assist. TestExecute cannot identify CheckBox type TNewCheckListBoxhi, i have a checklistbox with the following namemapping properties WndClass = TNewCheckListBox and it has a child checkbox with the ObjectType and ObjectIdentifier properties.I need to validate the state of the checkbox. but TestExecute cannot identify this CheckBox. It can identify the CheckListBox. TE fails when trying to identify the CheckBox. I have two forms in my application named A and B, Form B contains the checkbox. This is a simple automation which navigate from Form A to Form B. But TE fails at Form B as it coud not identify the CheckBox. Please help Thanks