I'm looking for a tool that can provide me to identify UI changes on each regression round on multiple browsers. Please recommend the tools or a method to get the following.
- Take the screenshots of a website on IE and Safari (and other main browsers).
- When the tests are execute multiple times, should be able to identify if there are any UI changes automatically without user involvement
- If that identified UI change is an expected update to the website, user can manually set that screenshot as the base line and use it to compare with the upcoming screenshots
My basic requirement is to automatically detect the UI changes and get informed about those on main browsers including IE and Safari.
Thank you.