_Oliver_
7 months agoContributor
Compare two web pages (TestComplete/VisualTest)
Hi all,
I use the TestComplete Advanced Bundle, which includes VisualTest.
I'd like to (from TestComplete) be able to take screenshots of two different web pages and visually compare these screnshots. I am very new to both TestComplete and VisualTest, and I'm having a bit of trouble to figure out how to achieve that. I assume it must be quite simple... when one knows how to do it :)
Any help would be welcome.
Thanks!
I'm replying to myself (can be useful for others).
I succeeded with taking a screen capture of the whole page withpicture = page.PagePicture();
in a js script, and then used the build-in keywordTests operation "Compare Pictures"