Skip to content

Instantly share code, notes, and snippets.

@p1nox
Last active February 19, 2016 04:12
Show Gist options
  • Save p1nox/f13e6933159ed00cf986 to your computer and use it in GitHub Desktop.
Save p1nox/f13e6933159ed00cf986 to your computer and use it in GitHub Desktop.
Test web application using Internet Explorer locally with or without VM on OSX

Abstract

Test web application using Internet Explorer locally with or without VM in OSX.

Using Wine

Install WineBottler in case you want to check IE6, IE7 or IE8, if you want to check others you need to use a VM.

Using VM

Install VirtualBox and needed VMs.

Configuration

  • Enable bi-directional clipboard.

  • Assign 3 GB of RAM to VM.

  • Assign 4 CPU cores to VM.

  • Assign 128 MB of Video Memory to VM and enable 2D Video Acceleration.

  • Network adapter should be attached via Bridged Adapter, and then you can point to your local server from IE running in VirtualBox checking your osx ip.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment