
There is also CrossBrowserTesting, browserling/ testling, which seem to have similar services although I haven't used these myself. Both of these also support setting up a tunnel to/from your own machine so any local hostnames will work fine. You'll be able to pick a browser of choice, enter a url and use a real OS with the real browser and test and interact as much as you need. Use something like SauceLabs or BrowserStack. There's three different methods that I recommend: In the advanced disk options select "use and existing disk" and find the VMDK file you just created.


This will probably take a while (It takes around 30 minutes per disk image on my 2.4GHz Core 2 Duo MacBook w/ 2Gb RAM). Mv "output.vmdk" ~/Documents/Virtual\ Machines.localized/ Open a Terminal.app on your Mac (you can find it in /Applications/Utilities) and run the following commands, replacing input.vhd and output.vmdk with the name of the VHD file you're working on and the name you want your resulting disk image to have: /Applications/Q.app/Contents/MacOS/qemu-img convert -O vmdk -f vpc "input.vhd" "output.vmdk" Select the new VDI file you've just created as the boot hard disk.Start Virtual Box and create a new virtual machine.VBoxManage modifyvdi "output.vdi" compact Mv "output.vdi" ~/Library/VirtualBox/VDI/

VBoxManage convertdd temp.bin "output.vdi" Open a Terminal.app on your Mac (you can find it in /Applications/Utilities) and run the following sequence of commands, replacing input.vhd with the name of the VHD file you're starting from and output.vdi with the name you want your final disk image to have: /Applications/Q.app/Contents/MacOS/qemu-img convert -O raw -f vpc "input.vhd" temp.bin Download Q.app from and put it in your /Applications folder (you will need it to convert the disk images into a format VMWare/Virtual Box can use)Īt this point, the process depends on which VM software you're using.Extract the disk images using cabextract which is available from MacPorts or as source code (Thanks to Clinton).Download the IE developer disk images, which are free from Microsoft.VMWare has more features but costs $80, Virtual Box on the other hand is more basic but is free for most users (see Virtual Box licensing FAQ for details). The developer disk images we're going to use are will work with either VMWare Fusion or Sun Virtual Box.

