tristaanogre
14 years agoEsteemed Contributor
Web Table Checkpoints
I've noticed that there have been a number of questions posted recently asking about how to compare the contents of a table on a web page with a set of expected values for component types that are not explicitly supported by TestComplete (therefore, you cannot use the "Table Checkpoint").
If you haven't found it already, just thought I'd through up a quick reminder as I just (re-)discovered this and it works fantastically.
http://blog.smartbear.com/post/10-09-10/new-testcomplete-html-table-checkpoint-%e2%80%93-simplify-creation-of-tests-for-web-applications/
The only pre-requisite that I see with this is that you need to have MSXML 4 installed. If you don't and you can't (for whatever reason), you can extract the code from the zip file and replace the call to Msxml2.DOMDocument.4.0 with simply Msxml2.DOMDocument and it works just fine.
Thanks, SmartBear, for creating this script extension. It's a life saver.
If you haven't found it already, just thought I'd through up a quick reminder as I just (re-)discovered this and it works fantastically.
http://blog.smartbear.com/post/10-09-10/new-testcomplete-html-table-checkpoint-%e2%80%93-simplify-creation-of-tests-for-web-applications/
The only pre-requisite that I see with this is that you need to have MSXML 4 installed. If you don't and you can't (for whatever reason), you can extract the code from the zip file and replace the call to Msxml2.DOMDocument.4.0 with simply Msxml2.DOMDocument and it works just fine.
Thanks, SmartBear, for creating this script extension. It's a life saver.