ContributionsMost RecentMost LikesSolutionsRe: Compare two Tables, or Export Table data?Hi, Miriam, Table checkpoints is not what I want: Table Checkpoints check a table against the contents of a control. I want to compare two tables produced from two different controls. e.g. in pseudo code: Table.grabTableFromControl1(table1); -> saves contents in table1 ..other… Table.grabTableFromControl2(table2); -> saves contents in table2 compareTables(table1, table2); -> compares table contents. OR more flexibly: Table.grabTableFromControl1(table1); Table.exportTable(table1, “C:\desktop\table1.csv); -> exports table1 contents to a csv file. Ditto table2 Then I can supply my own comparison program to compare tabel1.csv with table2.csv Compare two Tables, or Export Table data?Is there a way to compare two tables (Not DB) captured at different stages in a test? Or is there a way of exporting such tables to, say, CSV files? Re: Screen settings etc for reliable image comparison.Thanks for the ideas. Unfortunately the images are physically 25% different is size.. Re: Screen settings etc for reliable image comparison.Hi, Maxim, thanks for the reply. I did try setting the window to full size with a position call, but I had the same problem. Screen settings etc for reliable image comparison. Hi, I and a colleague are noobs to TC. If we run the same Borland C++Builder-built app executable on our pcs, they display different sub-panel sizes. Hence, if my colleague creates a test on his machine and I try to run it on my pc, the image/region comparison fails because my images are 25% bigger than his. We have checked and are using the same items for: Windows theme resolution 1920 x 1200 transparent off. DPI set to 9 point Segoe UI at 96 pixels per inch, and "Use Windows XP style DPI scaling" checked. Our screen sizes are 24inch. However, my 2 screens are DELL U2410(DP) which have an aspect ratio of 16:9, my colleague has 2 DELL 2405FPW, with an aspect ratio of 16:10. Would this be causing the problom? How can I resolve it? What other items should I look at?