Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What is a good method for testing website layout designs across multiple browsers and operating systems?

share|improve this question

23 Answers

up vote 41 down vote accepted

browserstack lets you test other browsers from right in your preferred browser without spawning your own VM (it does it all right there in some sort of flash based virtual desktop VM thing). You can get a 30 minute free trial and prices are mostly reasonable after that.

New services and methods are coming out all the time.

As others have pointed out, you can use VMs (which is what I'm currently doing). But they slow down your machine and can be clunky.

Screen capturing services are a great old-school way to do this.

http://browsershots.org/ is free.

and there are some "pay" services like:

http://www.browsercam.com and http://litmusapp.com

These kinds of services are nice because they allow you to specify a certain amount of time to wait for the page to load, and allow you have them perform actions (clicking links etc). Then you get a nice array of screenshots you can quickly browse to ensure your site looks like you expected across your desired platforms.

Also, there is a service for Firefox that allows you to run sand-boxed versions of multiple browsers on your machine called "Browser Sandbox" from spoon.net.

share|improve this answer
Damn, I just went to try out Spoon but: "Microsoft Internet Explorer Microsoft has asked us to remove Internet Explorer from this service. We hope to work with Microsoft to restore cloud-based access to their browsers shortly, but in the meantime we have disabled access to Internet Explorer." – Danjah Nov 23 '10 at 23:44
Boooo. That's BS. – cmcculloh Nov 27 '10 at 6:37
Sadly, Spoon isn't available for Mac yet, as its homepage says... – Paolo Stefan May 1 '11 at 8:21
There's also www.browsera.com, which also spiders your site and checks for compatibility across browsers and javascript issues. Just found out about them today. – David Oct 26 '11 at 9:47

One very cool tool that you have to have is IETester. It allows you to view your site in any version of Internet Explorer - the only other way to do this is to have separate computers or VMs each with a different version of IE.

The genius of IETester is that it actually uses the DLLs of the old versions of IE to render the page, so you are getting exactly what the browser version itself would output.

IETester Screenshot

share|improve this answer
2  
well, I'm grateful for this link even if hardly anyone else sees its merit! – wheresrhys Apr 17 '09 at 19:44
IE Tester is very handy when you need to target different IE versions. Generally, "if it works in IE..." ;-) – user166390 Nov 24 '10 at 1:44
1  
Rumor has it that IETester has a few quirks all it's own and that it isn't 100% true to the versions of IE it is purporting to let you test in. Just FYI... – cmcculloh Aug 3 '12 at 18:19

Emulators are your friends. I use VirtualBox at work when I need to test against different browsers. I assume that other emulators have similar features, but I love ths snapshot features of VirtualBox. I have a snapshot of a fresh Windows XP installation with IE6, and various other snapshots taken of the same installation with different browser versions and plugins.

share|improve this answer

Virtual machines running "guest" operating systems on a suitably powered "host" is often the best do-it-yourself approach. In my own experience the best Windows virtualization is VMWare Workstation and on Mac OS X it's Parallels Desktop for Mac.

Please note that I have used both of these vendor's products and other VMs on both environments and do not wish to turn this into a VMWare vs. Parallels vs. Some-Other-Vendor discussion - there are plenty of other places on the web where you can find that if you wish to comment in that regard. I'm just sayin' that this is my personal preference and, when asked, it is the recommendation I will give.

Download as many browsers for Windows, Mac OS and Linux including IE, Firefox, Opera, Konqueror, etc. and try them out. Arguably not as reliable for repetitive testing as a some of the services listed in other responses to this question might be but in the end sometimes you just have to "see it in realtime."

share|improve this answer

VMWare VMWare VMWARE!

Want to make your life as a programmer a million times easier? Start using virtualization so that you can run multiple operating systems on one computer without any cross-contamination.

The best part is it's really easy to backup the virtualization servers as they are usually only one file.

This makes it dead simple to revert to a backup after you've contaminated a build.

share|improve this answer

Have a look at http://selenium.openqa.org/ it is a free automated testing software. Using this you could set up a test script then run it on many different platforms but this does assume yo have access to these yourself unlike with browser shots.

share|improve this answer
1  
Selenium is great tool, but it only validates that you have web elements (i.e. via element locators in test scripts) on page. But these elements in Selenium's perspective are independent of actual web layout. And it can't validate quality and content of images and actual positioning/layout and colors of elements on a page. – David Oct 26 '11 at 9:45

I've been really enjoying using Aodbe's Browserlab: https://browserlab.adobe.com/

share|improve this answer

Microsoft offers a bunch of free pre-built VM images with various versions of Internet Explorer pre-installed. The VM images are for "Microsoft Virtual PC" (which is also free, and similar to VMware Player). I think the main point of these images is to help with Internet Explorer compatibility testing:

The downside is they expire every 3 months (at fixed calendar dates) -- to keep you from using the images as production VMs. But you can just re-download the images, and they will have a new expiration dates, and you'll be back up and testing again!

share|improve this answer

While those are very good options, sometimes they have long queues to wait in. Have you thought about running other operating systems in either VMWare, or some virtual machine? Or even dual booting.

share|improve this answer

If you have the resources, I would recommend having your own set of virtual machines to test on. I've made extensive use of browsercam, and while it is quite impressive, the service can be patchy and slow, which isn't ideal when you're working to deadlines. This is my personal experience of course, maybe it isn't so bad for others.

However, we recently started using our testing machines at work, and the difference is noticeable. Not only that, but you can have whatever software setup you want - so your machine can have firebug, or IE developer toolbar installed - not currently an option with browsercam as far as I know.

share|improve this answer

It seems most of the solutions are to assist with browser compatibility testing, but done manually. Or you would have to capture all the screenshots and do file/image diffs/comparisons with a diff/compare tool if you don't want to manually compare/evaluate.

Would be nice to automate the whole process...

One way to do something like that is to combine (or integrate testing with) a browser automation tool, like Selenium, with an image recognition testing tool, like Sikuli or AutoPy. You can then drive the browser, and compare current screen against a saved screenshot image of the expected layout. Compare whole webpages and/or sections of pages like headers, footers, images, etc.

I think www.browsera.com is one web service that comes close to something like that. Too bad not free though.

share|improve this answer

Short of having access to those, you can try services that take screenshots of your site in different browsers, such as: http://browsershots.org/

Aside from that, you can install different versions of firefox on the same computer. You can also use IETester for different versions of IE http://www.my-debugbar.com/wiki/IETester/HomePage.

share|improve this answer

I am seconding the WMWare angle. Most of the open source OSes have a complete machine ready to roll, so there is no install time and VMWare Player is free to use with these.

Also, some emulators that attempt to simulate a different resolution fail to take the browser into account and the virtual machine can replicate this better.

share|improve this answer

Virtualization is the best way. It requires some extra software, but your company should hopefully have a license for you.

I know that Microsoft provides an IE6 testing Virtual Machine for free.

share|improve this answer

If you're on a Windows machine you could use Microsoft's VirtualPC. It's free and allows you to virtualize both Windows and Linux desktops (no OS X, though I don't know of any that support it).

It's not as robust as some of the other offerings, but it is free and does the trick for the basic "does this look like crap in IE6" test.

Link: http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx

share|improve this answer

When I was in this situation, I was lucky enough to have a relatively small set of required browsers that I had to satisfy. Unfortunately, since IE6/Win was (at the time) still 40% of browser share, I always had to satisfy IE6. I hated it, and I still hate that browser.

Anyway, Tredosoft's excellent, free MultipleIEs (at this page, I think) solved that for me. It does more than I needed to, going back to even IE3. It's WinXP only to run it, however. At least until the Vista version is done.

share|improve this answer

The wait for browsershots.org to actually send you a rendering can be quite long, depending on time of day.

For me, the main bugs come from ie6 and ie7, so the problem was how to get them both installed so I could reload the webpages quickly and repeatedly for easy debugging, and this website allows you to do this: http://tredosoft.com/Multiple_IE (only works on windows XP though).

share|improve this answer

There is a new web browser screenshot application (www.browserseal.com) that you may find useful. It currently supports FF, IE and Safari. It is still in beta, so more features and new browsers will be added in the new future.

Fully functional free beta version is available for download from www.browserseal.com

share|improve this answer
BrowserSeal is officially out of beta. Current version 1.1 supports Firefox, Internet Explorer (IE6, IE7 and IE8), Chrome, Opera and Safari. We no longer offer free download, but we do have free trial version with limited functionality. – Demiurg Nov 30 '09 at 7:47

Just following up in a better format than a comment really:

I tested out IETester and though it got almost everything right, I did notice a few bizarre CSS positioning quirks when relying on Javascript to move elements around. I didn't bother to confirm if it was the page or the browser as all other UE6 testing mechanisms I've tried all show the positioning as being correct.

I created a basic test page a while ago which points out some common 'features' of varying IE pages (yes, only IE) up to version 8 - I don't mind if you use my test page:

  1. http://codefinger.co.nz/public/multiple-ie-start-page.zip (27kb, .zip archive of page, files and links to test suite apps)

Enjoy, and if you have the time to take my page and update it in some awesome way then please let me know and I'll update my stuff too :)

share|improve this answer

The virtualization of Mac OS X falls down somewhat because of Apple's licencing of the client version. Unless my information is out of date, the licence agreement expressly forbids the installation of Mac OS X in a virtual machine. (link)

I don't believe this restriction has been lifted for the client version, but it has for Mac OS X server. (10.5 and later)

share|improve this answer

Personally I just dual boot between Windows and Linux with Internet Explorer, Firefox, Opera and Safari installed on Windows and Firefox and Konqueror installed on Linux. As far as I know, there are no differences between Safari Windows and Safari Mac for page display.

As for Internet Explorer 6 and earlier, I make sure the page is readable (I test using MultipleIEs), but I'm more inclined to remove styling on non-essential elements than spend large amounts of time fixing them for obsolete browsers.

share|improve this answer

I have a partition with openSUSE for Konqueror testing. Firefox 3/Firefox 2 running on my Windows partition, with Internet Explorer 7 and Multiple IEs running. I have Opera 9 and Google Chrome (which renders very close to Safari, as it uses Webkit).

That's all for me. I also trace out EVERY major block element and compare results (Generally I target to make things Internet Explorer 6 compatible, ~shudder~ so I'll be able to see where the heck the deviations are coming from.)

share|improve this answer
1  
Just a word of warning: Although I do love the multiple IEs software, it doesn't seem to affect IE6 in a positive way allowing for some functions to work while they don't work when IE6 is installed without IE7 installed. – Darryl Hein Jun 23 '09 at 22:34

Have 1 PC + 1 Mac.

PC: Internet Explorer 6, Firefox 2, Opera 9.5, Safari Win on Windows XP + VPC of Windows Vista + Internet Explorer 7, Firefox 3 Mac: Safari, Internet Explorer

That's enough I believe.

Screenshots services are fine, but they don't come handy when debugging.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.