Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a Tool for Web Page Comparison?

Given the release of Microsoft Expression's Web 3 SuperPreview (very nice tool BTW), are there any tools that will compare two web addresses against each other? As in a way to compare dev to stage or something like that? Something with an overlay would be very nice.

like image 493
CodeMonkey1313 Avatar asked Aug 04 '09 15:08

CodeMonkey1313


People also ask

What is Web comparison?

A web comparison checkpoint is a test operation that verifies that the web page under test contains the correct data or has the correct structure. Verification is done by comparing the actual contents of the web page with the baseline copy of the page stored in your project.

How do I compare two URLs?

URL Diff Tool Use the URL comparison to compare URLs. This tool not only compares URLs but also checks URL structure for data. Two different URLs can contain the same data. This is why this tool also checks for host, protocol query string data when comparing URLs.


1 Answers

If you just want WYSIWYG then there are many options - either use something like: http://www.labnol.org/internet/compare-web-page-changes-side-by-side/8047/ or two tabs to http://browsershots.org/ where you can again compare outputs (either with graphic software or human eye).

like image 83
Erv Avatar answered Nov 15 '22 04:11

Erv