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

This is a multipart question:

  • Is there a tool that let's me view my site in all the major browsers along with different versions of each?
  • If I have to actually download and install the different versions, where can I find them all?
  • What's the oldest browser I should support within reason?

Thanks!

share|improve this question

11 Answers

up vote 8 down vote accepted

Two good ones come to mind.

BrowserShots.org is free and great if you don't mind waiting 30-40 minutes for the results.

BrowserCam.com is great if you want a commercial service, low wait time, and even supports remote access to log in to a server with the browser installed, and use it manually to test your site as much as you like.

As for what browsers should you support, I would go by the W3 browser statistics page. This is really a personal choice that you need to make, and it is always good to make those kinds of decisions based on data, not opinion.

share|improve this answer

Microsoft is about to release a tool called "Microsoft Expression SuperPreview". It will allow you to test websites on all Internet Explorer version (6, 7 and 8). The final release should also be able to test for Firefox, Chrome, Opera, and Safari.

alt text

share|improve this answer
1  
Released yet? Stable? – meder Jun 29 '10 at 0:40

Usually, you need to support the browsers listed in your spec.

Where you genuinely have free rein, I suggest that you needn't support further back than Gen6/c.2001 unless you need to demonstrate your ability to do so (i.e. your personal site as a web dev /your corporate site as a web dev shop). Gen 4 is considerably tougher than the others, so you'll have to consider the cost/benefit for yourself.

Fwiw, virtualisation tools are a great way to do x-browser testing, but a respectable guerilla option exists in Multiple IE (IE being the only real problem in this regard, as per...)

Browser Timeline fwiw

share|improve this answer

IETester lets you see pages in IE8 beta 2, IE7, IE 6 and IE5.5

IE 6 is the oldest browser you should support.

share|improve this answer

The best way to test IE6 (which is probably the oldest browser you should test) is in a virtual machine of it's own. Microsoft provides a free image of XP with IE6 (link) if you're running windows.

share|improve this answer
These Microsoft-provided virtual machines are great and I use them all the time. Unfortunately, IE6's peekaboo bug positioniseverything.net/explorer/peekaboo.html does not manifest itself on the virtual machine so I also like to give a final check on another computer running IE6 natively. – David Kolar Jan 20 '09 at 21:01

CrossBrowserTesting.com provides remote vnc access to a bunch of different configurations. They have a paid 'by the drink' options or monthly subscription, and they allow free use for 5 minute sessions. Shows Mac, Linux, and Windows w/most browsers.

share|improve this answer

I like Browsershots.

It lets you test all of this online.

share|improve this answer

As splattne said, SuperPreview will help with IE6-8 testing. Something to keep tabs on though is the upcoming Meer Meer. Meer Meer comes out of last year's Adobe MAX and aims to be a desktop Browsershots (which is acceptable for small testing if you don't mind waiting).

I still consider the user-testing to be the best job though. I have a selection of friends who I know are on a Mac or have a VM with IE6 running and I usually pester them for browsers I don't/can't run :)

share|improve this answer

Litmus is a nice commercial solution. They charge $24 for a "Day Pass", which gives you access to all their browser testing tools for one day.

However, BrowserShots is pretty good considering it's free.

Steve

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:46

Adobe have an online browser testing tool:

https://browserlab.adobe.com/

As for the oldest version of IE to support; I would suggest IE8, anything prior doesn't even attempt to be standards compliant and is a headache to develop for. In the past I have wasted literally months working around IE bugs and it's not worth the development time/cost to cater for an obsolete browser. I would make sure that a user with IE6 got some level of access but with a 10+ year old piece of software you can't expect the same user experience as you would with up to date kit. With that said you do have to look at your users, if your analytics tell you everybody is still on IE6 you don't have much choice (unless of course you have the power to persuade them to upgrade).

If developers keep developing for obsolete browsers the end user won't ever need to upgrade. Up to date software is important not just for supporting the latest features of the web but also security.

Even microsoft are promoting Death to IE6

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.