vote up 6 vote down star
4

if IE 8 is installed "by accident" (by the Windows Update program), now the machine has IE 8. Does that mean it is safest to run 2 Virtual PCs, one with IE 6, and one with IE 7 to test our web app?

flag

25% accept rate
1  
Next to IE 8's Compability mode, it also comes with great developer tools (hit F12) for both standard & compatible mode. – Thomas Stock May 25 at 22:14

13 Answers

vote up 3 vote down check

IE 8 has "Compatibility mode" for IE 7. You can click the button on the right of the address bar to revert to IE 7's rendering.

Meaning you'd only need a VM for IE6.

link|flag
4  
The compatibility mode has a few changes from "vanilla" IE 7, as outlined several times on the IE Blog. For most sites you wouldn't notice but some things are different. – Johannes Rössel May 25 at 22:46
vote up 1 vote down

You can run multiple copies of IE on the computer. There are lots of tutorials out there, or you can use a piece of software like MultipleIE's

http://tredosoft.com/Multiple_IE

link|flag
for some reason, some of my coworkers had problems running them... or not seeing the correct IE 6 behavior. some people say VPC is still the best way to go, although i have seen IE 6 behavior different on a VPC as opposed to a real PC with IE 6. – Jian Lin May 25 at 22:16
Multiple IE is a decent alternative, but it's not the same. I had a page once that crashed IE6, but not MultipleIE's IE6. I've also had the reverse. – Adam A May 25 at 22:36
Interesting... there is one more link that is on the tip of my mind that let you run separate versions altogether... hopefully someone pastes it here.. – Jas Panesar May 25 at 23:00
vote up 6 vote down

I recommend that you run multiple VMs with different browser versions as a way of safely testing (regardless of IE8 or not). This is what our QA team does.

link|flag
1  
Unless you want to simulate a state where your users run in Compatibility mode :). – Liran Orevi May 25 at 22:56
1  
This is actually, although it might be quite tedious, the only way to know for sure how things will look in the different browser versions. Different versions installed on the same machine have been known to interfere with each others' rendering, even though they do seem to work fine. If you want to know what the site looks like in IE7, you have to have a machine (real or virtual) that runs only IE7. Etc... – Tomas Lycken May 25 at 23:14
vote up 1 vote down

Scott Hanselman posted recently on how you can install IE8 in Windows 7 using the seamless XP compatibility mode, and then you can run it along with IE6 at the same time. If you are using Windows 7, then this could be a way to go.

link|flag
vote up 0 vote down

I find it a little odd that it's easier to run IE5, 6 and 7 next to each other on Linux (under Wine) than it is on Windows.

But hey, ho... Thinking about it, you can run Wine on Windows... That might be an option to consider. A lot lighter than a full VM.

link|flag
How can I run wine on windows. I haven't been able to find anybody doing this? – Ryu Jun 11 at 13:58
vote up 3 vote down

Check out Microsoft's free SuperPreview software for comparing how pages render in IE 6,7 and 8, as well as firefox, chrome etc.

SuperPreview

link|flag
can it even test the behavior... that is, testing how everything works with javascript running – Jian Lin Jun 3 at 12:01
No its just a static screen shot. – Cookey Nov 4 at 13:26
vote up 12 vote down

What I really like is IETester. It's an app that is easily installed (works in Vista/7, too), and you can basically have a tab for each version of IE (5.5, 6, 7, 8 and whichever is installed on your computer)

link|flag
IETester also has some crude Firebug-like functionality like DOM view and JS console. Not exactly as advanced as FB, but it's a start. – boris callens 2 days ago
vote up 1 vote down

It's not quite the same, but you can get screenshots of your website in lots of different browsers using BrowserShots.

link|flag
I approve BrowserShots. Different browser versions on different operating systems. The only downside is you may have to wait a few moments for your request but for the power of browsershots, it's very much worth it. – Andrew Weir May 25 at 23:10
@Andrew another downside is you can't interact with the page... to make sure certain interactive things are working, for one. – alex May 25 at 23:24
@Alex, another feature it does include is the ability to decide whether you want Javascript etc. – James Brooks May 26 at 9:16
vote up 0 vote down

Super Preview

they said at the pdc that Super Preview in will do ie6 ie7 ie8 safari and firefox via a webservice as if it was being rendered on a mac ... its a wet dream of any webdev however its yet to come ... currently it supports ie7 and ie8 standarts mode

link|flag
vote up 2 vote down

I'd recommend running them in a VM as others have suggested. You can get Microsoft's own VPC images from here. There are images for IE6, 7, 8 pre-installed for Windows XP SP3, as well as some Vista images too.

You can also find a more detailed how-to here for running these images under VirtualBox in Ubunutu.

link|flag
vote up 2 vote down

Use a virtual machine. Scott Hanselman has an excellent blog post on setting up seamless virtual apps in Windows 7. The example he uses is, in fact, IE6.

link|flag
vote up 1 vote down

If you are using Windows 7, you can use Virtual XP Mode and have IE6 there, virtualized (seamless mode). It's easy process to set it up. http://blog.sibinj.com/post/Tip-for-running-application-in-Windows-7-Win-XP-mode-%28Internet-Explorer-6%29.aspx

link|flag
vote up 0 vote down

Virtualization is really an overkill for this, you can easily install multiple versions of IE on the same machine with "IE collection" http://finalbuilds.edskes.net/iecollection.htm

It works much better than Multiple IE mentioned above.

And if you need an application to automatically drive these (and other) browsers - check http://www.browserseal.com

link|flag

Your Answer

Get an OpenID
or

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