iandevlin.com

Icon

A mixture of musings on web design & development, history, and life

IETester – testing and debugging in Internet Explorer 6, 7 and 8

internet explorer logos

Like all web developers, I need to test how my pages look in different browsers. Doing this on Firefox, Safari, Opera and the whatever version of Internet Explorer you happen to have on your machine is easy, as they all happily run alongside each other on the same machine.

But what about the different flavours of Internet Explorer (IE)?

Whilst IE8 was released a while ago and is a huge improvement on IE7, there are still many people out there using IE6, for different reasons, and of course some people just haven’t upgraded to IE8 yet and are still using IE7. So you, as the web developer/designer still need to cater for all these users and ensure that they get a consistent experience across browsers.

IETester

This is where IETester comes in. As it’s described on their website:

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP

for me, it’s a major advancement on other solutions out there, such as MultipleIEs from Tredsoft which can install different versions of IE on your machine. The main different here is that IETester is the one application that runs the different flavours of IE within itself, opening up in tabs in much the same method as Firefox and IE7+ use.

And it’s free.

Debugging

In addition to IETester, if you download DebugBar you can debug your pages in all the offered versions of IE, changing the CSS etc. on the fly.

I have had some issues, with the tabs crashing occasionally, but the application itself hasn’t crashed, just the one tab and it provides you with a feature to re-open the last crashed tab.

There are also forums for reporting bugs and posting comments so all in all it seems well supported, and remember that it’s free.

I have only been using this for a day, but already I have found it tremendously useful and will continue to use it int the future.

10 Responses

  1. [...] This post was mentioned on Twitter by Toon, Ian Devlin. Ian Devlin said: New blog post: IETester – testing and debugging in Internet Explorer 6, 7 and 8 (http://tinyurl.com/yfnzztq) [...]

  2. [...] This post was Twitted by designforum [...]

  3. stv says:

    wowzer! why didnt i know about this?

  4. ian says:

    That’s more or less what I thought when I came across it!

    On a further note, the developer tools what come with Internet Explorer 8 are very good indeed.

  5. Tady says:

    I’ve found it a bit problematic, and have found a couple of occasions where it doesn’t render IE8 the same as in true IE8. But overall it’s been useful although it does crash on me quite regularly too… I have Citrix access to IE6, IE8 installed along with the IE7 standalone (Google: IE7 standalone) and they all work fine. I find once it’s good in IE7, Firefox and Safari, it’s good in general. IE6 always needs to be checked though… you just never know!!!

  6. ian says:

    Since an IE7 mode comes with IE8, and works really well and you can debug it with the IE developer tools, I only use IETester for IE6 checks.

  7. Pradip says:

    is there any differences in behavior between IE Tester and one of the standalone versions of IE?

  8. ian says:

    Hi Pradip, to be honest I’m not 100% sure as I haven’t tested them. If you can have three different standalone versions of IE, then that is always going to be better.

    Personally I only use IETester for IE6, as IE8 has an IE7 mode which I use for IE7 testing. I assume (hopefully!) that Microsoft got that right!

    With regards to IE6, I have, so far, found that if it it works in IETester’s IE6, then it will work in IE6.

  9. ccna says:

    personally I only use IETester for IE6, as IE8 has an IE7 mode which I use for IE7 testing. I assume (hopefully!) that Microsoft got that right!

Leave a Reply