Evgenii
Evgenii

Reputation: 37339

How can I test IE10 on Mac?

How can I test web sites in IE10 on Mac?

Currently I am testing IE9 in VirtualBox with Windows 7 installed from Internet Explorer Application Compatibility VPC Image. I could not find similar image for Windows 8. IETester does not have IE10 eigher. Is there an easy way to test IE10 on Mac?

Upvotes: 22

Views: 29168

Answers (5)

Sujay66
Sujay66

Reputation: 103

Off late I heard about this awesome software Sauce labs (https://saucelabs.com/) which allows you to test your code cross-browser, cross OS.

Upvotes: 0

BoltClock
BoltClock

Reputation: 723598

That page no longer appears to be up-to-date.

However, Microsoft's developer website provides free download links to test Microsoft Edge and Internet Explorer (versions 8 through 11) using virtual machines. You can manage them locally using VirtualBox or another virtualization software tool.

Upvotes: 38

Mukesh Chapagain
Mukesh Chapagain

Reputation: 25968

  1. Open Safari and navigate to Safari > Preferences from the menu bar.
  2. Click on the Advanced tab.
  3. Check the "Show Develop menu in menu bar" setting, then close the Preferences window.
  4. The Develop menu should now show in your menu bar.
  5. Go to Develop > User Agent.
  6. Here, you have to option to choose different browser options like Microsoft Edge, Internet Explorer 7, 8, 9, 10 and 11. You can also choose Firefox and Chrome as the User Agent.

Source: How to view websites on your Mac that require Internet Explorer (or a PC)

Upvotes: 2

Aaron Goldsmith
Aaron Goldsmith

Reputation: 51

The modern.IE link doesn't work anymore, but Microsoft has virtual machine downloads available for IE versions 8-11 and Edge.

Upvotes: 1

user656002
user656002

Reputation: 57

All you need is virtualbox (free) and a dev copy of Windows8 (free). I just did it now. I followed this tutorial. It took about 30 mins to do on 1 try. https://centroy.com/blog/testing-internet-explorer-mac-its-actually-quite-easy

Upvotes: -1

Related Questions