We have a folder which containg 15 pdfs and we need to verify that with previous version as the base for every relese. how do we achieve this in our automation testing.
Solved! Go to Solution.
Read PDF files using this.
https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcomplete
Basically, write the code to open the two PDFs you want to compare and compare the contents using PDF box.
Read PDF files using this.
https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcomplete
Basically, write the code to open the two PDFs you want to compare and compare the contents using PDF box.
Robert,
Thanks for the link.
we are using VB script in test complete. the PDF box needs Java. Can we still implement this?
PDF Box requires the java bridges and links but that is only for integration. You can write the actual implementation code in VBSCript. Adapt the JavaScript from that page to VBScript.
Thanks Robert.
Subject | Author | Latest Post |
---|---|---|