ContributionsMost RecentMost LikesSolutionsRe: Object Comparison of a window having a list box on a tabbed controlHi Alex, I have tried it with the version 7.51 and I am able to point to the list using the Object Finder tool. Does any work around hold good to use it in Version 6? Thanks Re: Object Comparison of a window having a list box on a tabbed control Hi Alex, I can see the object in the Object browser tree. However, when it comes to selection of the object from the Table Checkpoint window, the object finder can point only upto its parent window and not the list. Also, field to specify the "Object:" is non editable. Object Finder highlights only Sys.Process("GUI").Window("#32770", "Information", 1).Window("#32770", "", 4) and it does not highlight Sys.Process("GUI").Window("#32770", "Information", 1).Window("#32770", "", 4).Window("SysListView32", "", 1) or the ("SysListView32", "", 2) Kind Regards, Jayesh. Re: Object Comparison of a window having a list box on a tabbed controlHi Alex, I have tried the Table check point for this particular case, but again a stumbling block. There are 2 List boxes on each of the tabs and the Object finder in TestComplete 6.52 can recognise only the parent window of these list boxes. For eg. Sys.Process("GUI").Window("#32770", "Information", 1).Window("#32770", "", 4) only that is pointed by the object finder. And the actual list boxes is a child of the above, Sys.Process("GUI").Window("#32770", "Information", 1).Window("#32770", "", 4).Window("SysListView32", "", 1) So I am not able to get these lists into the table checkpoint. Kind Regards, Jayesh. Re: Real-time status for running test.Or if you are sitting away from the testmachine, you could possibly call a routine at the end of every test to email a notifier to you about the progress, though in your case it means you will have 200 emails per test run. Object Comparison of a window having a list box on a tabbed controlHi, I am using the Object checkpoints and have this particular case. A window having few edit boxes, a dropdownlist, and a tabbed control. This tabbed control has a list box. If I opt for object comparision of the whole window including it child objects, I do not get the list item detailss of the list box on tabbed control.. the only property is List count. Any ideas as to get the whole list into the object for comparison..... That will save a lot of work. Thanks in Advance. Jayesh.