Skip to content

Instantly share code, notes, and snippets.

@tcr
Created October 26, 2011 23:21
Show Gist options
  • Save tcr/1318314 to your computer and use it in GitHub Desktop.
Save tcr/1318314 to your computer and use it in GitHub Desktop.
How can you test IE versions on Mac OS X?

Follow this guide. It'll set up three VMs for you, one with each version respectively.

I then follow the additional steps, to save time:

  1. Load up each clean profile and pass through the boring Windows setup/driver finding.
  2. Open up Internet Explorer to a non-intensive page (Hacker News works)
  3. Create a snapshot "Running" and then close out of the window.

Then each time you want to run a version of IE, load "Running". When you're done, click "Power off the Machine" and click the checkbox to reload the snapshot "Running".

Accessing files/network: You'll need to specify your local IP address in order to access localhost on your default machine. Run ifconfig from the command line and find the address like 10.x.x.x, then use that. And you can easily access local files this way using Python's built-in fileserver python -m SimpleHTTPServer (which broadcasts on all IP addresses, not just 0.0.0.0).

["ie","browser","testing","mac","compatibility","virtualbox","vm"]
http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment