Unable to create table checkpoint from Web page table
- 7 years ago
Table checkpoints, based upon the documentation that I'm seeing, are only supported for Desktop applications (go to the list of supported controls https://support.smartbear.com/testcomplete/docs/testing-with/checkpoints/tables/supported-controls-and-required-plug-ins.html). For web tables, you'll have to do some other work for that.
The link for the extension is, indeed, broken... TanyaYatskovska... do you know if there's another location for that script extension? It does seem like it would meet the need.
Basically, though, you could manually do what is described.
1) Write code to grab the table object and save the baseline of the object as an XML Checkpoint in your project
2) Use the XML Checkpoint to compare the contents of the "live" table with the stored XML copy.