Regression testing between test and dev environments for 1000s or URLs? -


i need provide assurance on changes made site 1000s of urls.

what easiest way regression testing between live , dev environment following structure?

 e.g.  www.website.com/unique_web_page.html  dev.website.com/unique_web_page.html 

need visual regression testing , capture javascript errors in console , 404 assets.

is there third party tool can recommended? saas online?

assuming understand don't need of usual tools (e.g. selenium), suggest take @ jsoup. tool

provides convenient api extracting , manipulating data, using best of dom, css, , jquery-like methods.

this question discusses how deal status codes.

as visual validations can turn galen framework. offers syntax of checking , feel of sites.


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -