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

I can't seem to get Windows XP mode working on my evaluation copy of Windows 7. Is there any good software to test on multiple Internet Explorers on Windows 7? The IETester site has been down for at least a week now.

share|improve this question
I installed IETester for the first time 3 days ago... Site worked flawlessly... – LorenVS Nov 25 '09 at 11:12
possible duplicate of Running IE6, IE7, and IE8 on the same machine – jeffamaphone Jan 5 '11 at 17:17

4 Answers

up vote 9 down vote accepted

I believe the Microsoft supported way of doing this is to install a free copy of virtual pc and then fire up the different browsers from disk images.

Microsoft offer these disk images for free download from their site.

Heres a link to the disk images:

Disk Image Downloads

share|improve this answer
thanks, but those images expire end of january 2010. :-( – madphp Nov 25 '09 at 11:18
they keep posting new ones, its just so you don't get a nice free copy of windows – Neil Foley Nov 25 '09 at 11:19
2  
This is the proper way of doing IE app-compat testing. – jeffamaphone Nov 25 '09 at 17:05

You could try the SuperPreviewIE (which is part of Expression Blend, but also available separately for free here), or you can get five different combinations of IE6/7/8 on XP/Vista as virtual machines for free right here.

share|improve this answer

If it works on Windows 7 then use IE Collection.

And if you need some software to drive all these browsers automatically, take a look at http://www.browserseal.com.

share|improve this answer

You should look into IETester:

http://my-debugbar.com/wiki/IETester/HomePage

Now with JavaScript engines too.

Microsoft also has a thing called SuperPreview for overlaying and more:

http://expression.microsoft.com/en-us/dd565874.aspx

share|improve this answer
that site is down – madphp Nov 25 '09 at 11:17
Works fine right now for me??? – Richard Nov 25 '09 at 11:19
1  
Unfortunately, SuperPreview only allows overlaying – no interaction with the page is possible. IETester should work, but be aware that there might be subtle differences between genuine IE versions and emulated ones like this. Sadly, software like IETester is never 100% accurate. – Mathias Bynens Nov 25 '09 at 12:14
IETester mixes different versions of system DLLs, which creates something that is unstable at best. Just because your stuff passes or fails in IETester doesn't mean anything about how it will look in the actual shipping version, so using it to test is a waste of time. It's also a great way of keeping unpatched (thus unsecure) dlls on your system, since Windows Update doesn't update them. – jeffamaphone Nov 25 '09 at 17:07

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.