Testing IE rendering

I have to admit until recently I’ve been using virtual machines for testing rendering in different versions of IE – just came across IETester which lets you open new tabs running the rendering engine from different versions. You probably know all about this already, but it was new to me. Last time I looked into this it was still a major headache.

I’d really recommend taking a look if you’re doing any client-side dev work.

Update: There isn’t a huge amount of information about exactly how this is implemented and whether you can solely rely on this for testing rendering + javascript of a major application. The closest I could find was this from the author on a forum… ‘I am hooking win32 functions to override standard calls and launch custom versions of IE instead of standard version.’ Everything I’ve tried so far has been accurate, but I think better documentation would really help adoption.

There may be info I haven’t found in the forums.

Posted:

February 26, 2009 @ 13:22

Categories:

Development

Tags:

,

Comments:

2 comments so far

Comments RSS feed for comments on this post.

  1. cool, probably a stupid question but is it the actual rendering engine for each version or a port?

    i.e. Is it safe to say if it does something in IETester that is how it will render in the real IE?

    Does IETester use the Javascript engine specific to each IE?

    Comment by Pat, February 26, 2009 @ 3:32 pm

  2. See updated post above.

    Comment by Oli, February 27, 2009 @ 10:23 am

Leave a comment