如何在OS X上的IE 9中进行测试?

Aar*_*ver 4 browser testing macos virtualization

我不想花任何钱.我知道微软过去常常维护一些可以导入到VirtualBox /等中的.VPC图像,但是我正在读另一个说不再起作用的StackOverflow--强制激活.

想法?

Aam*_*mir 6

ievms在Github上有一个名为IE6,IE7,IE8和IE9(所有在不同的虚拟机上)设置虚拟机的项目.

说明(摘自此处的项目页面):

 1. Install VirtualBox
 2. Download and unpack ievms
   - Install IE versions 6, 7, 8 and 9.
        curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash
   - Install specific IE versions (IE7 and IE9 only for example):
        curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7 9" bash
 3. Launch Virtual Box
 4. Choose ievms image from Virtual Box.
 5. Install VirtualBox Guest Additions (pre-mounted as CD image in the VM).
 6. IE6 only - Install network adapter drivers by opening the `drivers` CD image in the VM.
Run Code Online (Sandbox Code Playgroud)

更多细节可以在项目页面上找到.