How to check if template is compatible with older versions of Firefox, Chrome and Opera

1.3k Views Asked by At

well we have IETester tool to check a template with different versions of IE but what about other browsers .

I have Last versions of firefox , chrome and opera and I try my template with them .

questions :

1 - do other browsers have the same problem as IE in their different versions ( IE6 has one standard , IE 7 another , IE 8 its own , IE 9 is something else ! ) , so necessary to check template in older versions as we do with IE ?

2- if yes , how to do that ? any tools ?

2

There are 2 best solutions below

0
On BEST ANSWER

Yes, other browsers have differences in rendering webpages based on browser version, though they are often not as significant rendering differences in comparison to those in different versions of Internet Explorer.

Some of these rendering differences are documentated at Quirks Mode.

Whether it is necessary to check for rendering issues on your template is ultimately your decision which you make based on what level of cross browser compatibility you want to support.

Tools for testing cross browser compatiablity include:

  • Having at least one virtual machine and installing all the versions of the browsers you want to test on. If you want to automate web testing you can use a tool like Selenium. This method is one of the most tedious but does allow full control of the rendering settings in each browser and allows debugging with browser tools like Firebug and the relevant Web Developer tools / extensions that come with each browser. (Do it yourself option, Free , only cost being time to setup it up how you want it)
  • Browser Shots (Free, just automated screenshots)
  • Adobe Browser Labs (Free, just automated screenshots)
  • Cross Browser Testing (Free trial with both interactive testing and Automated Screenshots)
  • Multibrowser Viewer (Free trial with both interactive testing and Automated Screenshots)
  • Browser Stack (Free trial with both interactive testing and Automated Screenshots)
  • Testing Bot (Free trial with both automated interactive testing and Automated Screenshots)
  • Multibrowser (Free trial with interactive testing)
  • Browser Seal (Free trial, with automated screenshots)
  • Sauce Labs ondemand and Scout(Free trial, with both automated interactive testing and Automated Screenshots )
  • SuperPreview (Free trial)
  • spoon (Free trial, Free trial with interactive testing)
  • Mogotest (Free trial with both automated interactive testing and Automated Screenshots)
  • browserling ((Free trial, Free trial with interactive testing)
  • browsera (Free trial, Free trial with interactive testing)
  • Lunascape (Free, with side by side interactive testing, though only 3 different browsers)
0
On

As a local tool I would add BrowseEmAll to the list (Windows only).