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

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

share|improve this question

3 Answers

up vote 7 down vote accepted

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.

share|improve this answer
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 Nov 19 '12 at 16:36
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 at 17:47
@JDSmith There are indeed some differences that I've ran into, though I have not cataloged them. – Jonathan Sampson Mar 13 at 23:39

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)
share|improve this answer

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

share|improve this answer

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.