24

Can I install IE10 Preview for Windows 7 and keep the previous IE8 version for development testing?

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173

5 Answers5

27

I don't believe you will be able to run IE8 and IE10 side-by-side on the same machine. Instead, I would encourage you to use the browser-emulation options found within the F12 Developer Tools. From there you can instruct IE10 to behave as though it were IE8.

If emulation isn't desirable, and you're not interested in downloading a virtual machine image, you could also consider exploring the BrowserStack service. It will allow you to spin up IE8 on multiple versions of Windows, and view both remote and local files.

Sampson
  • 265,109
  • 74
  • 539
  • 565
  • 2
    Great resources - I've known about the emulation capabilities via **F12** and also **VM images** - but I've not seen the VMs on-demand that support native interaction with different platforms and browsers. I can see real use for **browserstack**. – SliverNinja - MSFT Nov 19 '12 at 16:36
  • 2
    The question I have is, how close does emulated IE8 match the actual functionality of native IE8? Are there known differences or bugs in one that aren't in the other? – JD Smith Mar 13 '13 at 17:47
  • 1
    @JDSmith There are indeed some differences that I've ran into, though I have not cataloged them. – Sampson Mar 13 '13 at 23:39
  • 1
    fair warning, F12 Emulator options don't properly emulate the browser versions. – JoeBrockhaus Dec 13 '13 at 16:57
  • 2
    @JoeBrockhaus They don't *fully* emulate other browser versions. Meaning, there isn't a perfect representation of IE8 within IE11. That being said, there are a lot of things IE11 *properly* emulates about IE8. – Sampson Dec 13 '13 at 18:05
9

I think this is a more reliable option for developers

IE 1-8 Standalones

it contains

  • Internet Explorer 1.0 (4.40.308)
  • Internet Explorer 1.5 (0.1.0.10)
  • Internet Explorer 2.01 (2.01.046)
  • Internet Explorer 3.0 (3.0.1152)
  • Internet Explorer 3.01 (3.01.2723)
  • Internet Explorer 3.03 (3.03.2925)
  • Internet Explorer 4.01 (4.72.3110.0)
  • Internet Explorer 5.01 (5.00.3314.2100)
  • Internet Explorer 5.5 (5.51.4807.2300)
  • Internet Explorer 6.0 (6.00.2800.1106)
  • Internet Explorer 6.0 (6.00.2900.2180)
  • Internet Explorer 7.0 (7.00.5730.13)
  • Internet Explorer 8.0 (8.00.6001.18702)
StrikeForceZero
  • 2,379
  • 1
  • 25
  • 36
5

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

You can run tabs side by side in different browser versions. Works well for my web dev testing.

IETester

John
  • 1,820
  • 20
  • 30
5

MS started an extra Homepage for IE testing. Lots of options under http://loc.modern.ie/

enter image description here

0

You may consider VMware thinApp (virtualize Application) or Microsoft RemoteApp (Run application from remote server).

In my environment, I have amix of thinApp and RemoteApp (some application virtualized (ThinApp) and then accessed using RemoteApp).

vard
  • 4,057
  • 2
  • 26
  • 46