gnivlag
12 years agoOccasional Contributor
Table Checkpoint that uses a spreadsheet as a store
I currently have a test that uses a Table Checkpoint that verifies the contents of a DevExpress data grid. By default, the Table Checkpoint uses a Table Store that stores the expected contents of the DevExpress grid. What I've noticed is that over time I've been needing to frequently modify the Table Store within TestComplete which is not as easy as modifying the stored data directly in a spreadsheet (CSV or Excel). Is there an easy way that I can use a spreadsheet as a store instead of having to rely upon TestComplete's Table Store mechanism?