Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Aim of this guide:

  • Running multiple unmodified native versions of Internet Explorer,
    Safari, Opera, Chrome and Firefox on a single machine, side-by-side.

Covered in part 1:

  • Table of contents
  • Which browsers have to be tested?
  • How to create a Windows XP VM which boots quickly, and never expires?
  • Where can the necessary software (VM image, browsers, ... ) be downloaded?

Also covered in part 2:

  • Installation and configuration guide for IE, Firefox, Opera, Chrome and Safari.
  • Developer tools and shortcuts.
  • Time and disk space costs.

Many sections are independent. Eg, instructions on running multiple versions of a browser are generally applicable.

share|improve this question
2  
I would say, an easy alternative would be to use browserstack.com – Nakul May 11 '12 at 18:37
2  
@Nakul I have also tested BrowserStack, and encountered the following serious issues: 1. Latency of about a half second (measured using jsfiddle.net/8fCDG/3). 2. Multiple instances cannot be tested side-by-side. 3. Loading a new test instance takes about 15 seconds. For these reasons, I consider testing in a VM by far superior over browserstacks.com. – Rob W May 11 '12 at 20:56
To readers: I'm currently writing another post which shows how to set up a Win7 machine, so that IE6 through IE10 can be used. Additionally, it will contain a script which fully automates the installation of Fx, Opera and Chrome. This comment will be deleted once the post has finished. – Rob W Jun 12 '12 at 14:41
For anyone trying to make a Windowns 7 VM: VirtualBox by default will mount the Windows 7 vhd file as SATA, you will need to unmount this and mount it as IDE instead - otherwise Windows 7 will try to repair the installation and fail. Additionally, I was only able to get the mouse cursor working if I disabled mouse integration (from the Devices menu of the VM) – Ben Dec 19 '12 at 10:49

4 Answers

Contents

  1. Which browsers have to be tested?
    • Rules of thumb: Which browsers should be included?
  2. Preparation
    • Windows XP
    • Windows 7 (for IE9+)
    • Browser downloads
      • Internet Explorer
      • Firefox
      • Opera
      • Chrome
      • Safari
      • Adobe Flash Player
    • Download summary
  3. Sandboxie

    Part 2: Installation and configuration
  4. Internet Explorer
  5. Firefox
  6. Opera
  7. Chrome
  8. Safari
  9. Developer tools (and shortcuts)
  10. Measured set-up time and disk space
    • Time needed per browser (install & config)
  11. Optimal usage
    • Homepage at http://10.0.2.2:8888/

1. Which browsers have to be tested?

Statistics are quickly outdated. For this reason, I refer to Usage share of web browsers on Wikipedia, and the following sites for the latest browser version information. Each site is suffixed by a brief usage guide.

  • Can I use - Browser usage table, based on data from StatCounter and other sources.
  • StatCounter - Statistic: Browser version | Time period: Last month screenshot.
  • W3Counter - View archived reports: January 2012 (Choose the last month). screenshot.
  • Wikimedia - Go to the bottom to open the latest report, SquidReportClients.
  • Clicky - This site offers statistics for individual versions screenshot.

Rules of thumb: Which browsers should be included?


2. Preparation

Before setting up the machine, download all necessary files (see "Download summary" at the end of this section). All files are going to be shared with the virtual machine through a shared folderWhat? How?.

  • Virtualization software (Strong recommendation: VirtualBox)
  • Windows XP
    • Create a VM with 1 GB RAM, using the following disk image. Install the VirtualBox Guest additions and the software listed below.
    • Windows XP Pro SP3 image (link: overview) Microsoft.com; about 390MB
      • This is a RAR archive (containing Windows XP.vhd (the image) and Windows XP.vmc).
        On Linux, I have extracted the contents using unrar:
        unrar x Windows_XP_IE6.exe
      • Another option is to execute the .exe file (on Windows, or using Wine / the Windows 7 Lite VM)
    • Preparing the image for use:
      • VirtualBox settings: Enable the network adapter, but do not connect the VM to a real network.
      • VirtualBox settings: Create a read-only shared folder. This folder is going to be used to transfer data between the Host OS and the guest OS.
      • Boot in Safe mode using F5, and log in:
        Username: Administrator; Password: Password1
      • Activate auto-login by running the following command:
        control userpasswords2
        Remove the check before Users must enter a username and password to use this computer. Also, delete the obsolete IE User account. Apply, enter Password1 (twice) and confirm.
      • Install the VirtualBox Guest additions, then reboot.
      • Use F8 to boot in Safe mode with Networking. Log in.
      • Run net use x: \\vboxsvr\WinShared (assuming that the shared folder is called WinShared. This will bind the network directory to the x: drive).
      • x: Run AntiWPA to disable the activation check (Microsoft's suggested method to re-activate Windows is cumbersome).
      • Disable the paging file (Computer > Properties > Advanced > Performance > Advanced > Virtual Memory > Change > No paging > Set [confirm]).
      • Disable unnecessary services via Start > Run > services.msc
        Order the rows by column Startup Type, and switch all "Automatic" services to "manual", according to the image. Whenever you want to install a MSI package, run net start msiServer ("Windows Installer"):
        Windows XP - services.msc
      • Install any missing drivers:
        • Download and extract the remaining missing files:
        • When the "Found New Hardware Wizard" shows up, repeat these steps for each driver:
          1. "No, not this time" (Can Windows connect to Windows Update to search for software?)
          2. "Install from a list or specific location (Advanced)" (What do you want windows to do?)
          3. "Search for the best driver in these locations"
          4. [Files Needed] dialog. "Browse" and select the .sys file from the shared folder. Press [OK].
            Steps 3-4 may be repeated when multiple drivers are needed.
      • Disable Desktop clean-up wizard: Desktop > Properties > Desktop > Customize Desktop > Disable "Desktop Cleanup wizard every 60 days"
      • x: Install and configure SandBoxie (look ahead!)
      • x: Install CCleaner, run it to configure it and clean junk.
      • x: Install 7-zip (used for multiple Chrome's)
      • Shutdown the system via the guest OS (WinXP).
      • VirtualBox settings: Connect the VM to a real network.
        (Only Internet Explorer requires Internet during installation)
      • Optional: Create a snapshot of your VM, so that you can restore when you mess up in the next step.
  • Windows 7 (for IE9+)
    If you can't install IE9 in your real environment, read this SO answer to set up a Windows 7 + IE9 VM within 10 minutes: Creating a 2 GB sized Windows 7 VM with IE9.
  • Browsers downloads

Download summary

For convenience, it's wise to have all installation files in the shared folder. Here's a brief (complete) list of all necessary files (ordered per step):


3. Sandboxie

Sandboxie is a lightweight tool which runs applications in a sandbox. It can also be used to install multiple versions of IE/Safari on a single Windows machine.

  • Download: http://sandboxie.com/index.php?DownloadSandboxie
  • Patch: The extended version is required to enable multiple sandboxes at a time. Pay them or visit YouTube.
    Running multiple IE/Safari versions simultaneously requires the extended version. If you don't mind testing one IE/Safari version at a time, the standard version is sufficient.

    Post-install:
  • Disable tips: "Configure > Tips > Hide All Tips"
  • By default, a yellow border appears around sandboxed applications. If you don't like this, go to Configure base: "Sandbox > DefaultBox > Sandbox Settings > Appearance".

    For each new IE/Safari version, you have to follow the following steps:
  • Create: "Sandbox > Create New Sandbox" - Enter a name, eg "IE8" and confirm.
  • Install: "IE8 > Run Sandboxed > Run Any Program"
    Select the desired installer, and press OK.
  • Shortcut: Upon finishing installation, use "IE8 > Explore contents", locate the binary and create a Desktop shortcut to the application.

All sandboxed file/registry changes are saved in C:\Sandbox. Applications in this directory start in a sandbox by default. Other programs can easily be started in a sandbox via the contextmenu: "Run Sandboxed" or "Send To > Sandboxie > IE8".

Cleaning up using CCleaner: Run CCleaner in the main environment, then in the individual sandboxes.

Navigate to: Part 2

share|improve this answer
1  
Great posts. Thank you for the effort. I would also like to add that omahaproxy.appspot.com/help is a useful link for getting more information about Chrome's releases. It even has a JSON file that includes current versions. – Brian Jun 29 '12 at 19:10
1  
You my friend are an absolute hero and a saint. You should be knighted. – tomeoftom Dec 12 '12 at 8:26
Never thought of using Sandboxie to run IE7 and IE8 in the same VM, thanks for the guide! Now I don't have to run three separate VMs just to test in IE6-IE8. – Phil Jan 8 at 3:56
Although it might cause no noticeable problems in this case, downloading system files from the internet is a bad idea in general, you never know whether the language and version of the file matches the rest of the Windows installation (system files were not language agnostic before Windows Vista). A few of the files you've linked to are from the pre-SP3 era which is older than SP3, the version used in Microsoft's VM image. A better way is to use an XP SP3 CD and point Windows there when it wants to look for those files, or just install from scratch and skip using Microsoft's VM image at all. – Phil Jan 8 at 4:00

Contents of part 2 (navigate to: part 1)

 4.  Internet Explorer
 5.  Firefox
 6.  Opera
 7.  Chrome
 8.  Safari
 9.  Developer tools (and shortcuts)
 10.  Measured set-up time and disk space
    •  Time needed per browser (install & config)
 11.  Optimal usage
    •  Homepage at http://10.0.2.2:8888/


Installation & configuration

Browser configuration tips:

  • Home page
  • Disable check for: "Default browser" and "updates".
  • Activate Developer tools

4. Internet Explorer

Windows 7 does not allow running older instances of IE. That is why a Win XP VM is needed.

IE cannot be downgraded, so start with the lowest version, then upgrade IE in a separate Sandboxie. Set the preferences in the lowest browser version before upgrading, so that you only have to set the main preferences once.

  • IE6 - Installed by default in WinXP
  • IE7 - Install in Sandboxie (WinXP)
  • IE8 - Install in Sandboxie (WinXP)
  • IE9 - Installed by default If you don't want to install IE9 in your main environment, use a Windows 7 Virtual Machine. I have written a step-by-step guide at this answer: Creating a 2 GB sized Windows 7 VM with IE9.

Fully offline installers for IE6 (and even IE5.5) are available at this site.

For IE6 and IE7, the Internet Explorer Developer Toolbar should be installed. IE8+ has built-in F12 Developer tools.

Configuration

  • Start IE6 settings: Home page, Security, Cookies, default browser.
  • IE7: Get rid of the First run page, via (IE7 Sandboxie) registry. See this post on Microsoft's TechNet forum.
  • IE8: Get rid of the "Set Up Windows Internet Explorer 8" dialog. This can be done by starting IE8, then clicking "Later", or modifying the registry.

5. Firefox

Option 1 (lazy):
Utilu Mozilla Firefox Collection. This tool contains installers for all Firefox versions (200+ MB). Firebug, the Web Developer toolbar and Flash are also included.

Option 2:
Multiple Firefox versions can easily be installed and executed at the same time.

  1. Download Mozilla's official Profile Manager.
  2. Download the relevant Firefox versions (3.6 + last two versions) from http://releases.mozilla.org/pub/mozilla.org/firefox/releases/. Other versions can be found on http://oldapps.com/ (Windows, Mac and Linux).
  3. Install each Firefox version. It is convenient to choose one main directory ("Firefox"), and use the version numbers as names for the subdirectories ("3.6").
  4. Extensions: Start the oldest Firefox version, and get your favourite extensions:
    • Firebug - A must-have.
    • HttpFox - A simple and effective tool to measure HTTP requests.
    • Web Developer - An extremely useful toolbar for web development. Saves much time.
    • Console2 - Enhances the built-in Console (Ctrl Shift> J).
  5. Preferences: Tools > Options (Windows), Edit > Preferences (Linux)
    • General: Homepage
    • Security: Uncheck all settings, except for "Warn me when sites try to install add-ons".
      (Do not forget to view the Warning message settings, via the button at the bottom).
    • Advanced:
      • General:
        • Check for default browser: off
        • Submit crash reports: off
      • Update: Disable all updates
  6. Clean-up: Close all tabs, press Ctrl Shift Del and check everything. Then close Firefox.
  7. Firefox' Profile Manager:
    screenshot
    • Duplicate each profile via the Copy option.
    • A dialog screenshot opens. Choose an appropriate name (e.g. Firefox 3.6) and a destination.
    • Use the Firefox version option to select the default Firefox version for the profile.
    • Also check the Start new instance [-no-remote] box, to allow multiple simultaneous Firefox versions running at a time.
  8. Finishing up
    • Use the Start Firefox button to start an instance of Firefox.
    • Let the add-on compatibility check run and update where necessary.
    • Clear the cache, history, etc. using Ctrl Shift Del.
    • Repeat this step for each Firefox version.

6. Opera

Opera: A list of all installers is available on Opera.com. Multiple versions can be installed side-by-side without any problems. During the installation, choose "Custom", and a different directory.
On installation, also choose to use the same profile for all users.

Important preference: Settings > Preferences > Advanced > Security > Do not check for updates.


7. Chrome

Chrome: Stand-alone installers can be downloaded from Old Apps.
It is also possible to run multiple Chrome versions side-by-side.

Although Sandboxie and Spoon browsers can be used, it's recommended to use the next native method in order to run multiple versions side-by-side.

  1. Download the desired version(s) from Old Apps.
  2. Create a main directory, e.g. C:\Chrome\.
  3. Extract the installer (=without installing), using 7-zip for example.
    After extracting, a chrome.7z archive is created. Also extract this file, and descend the created Chrome-bin directory.
    Now, you see chrome.exe and a dir like 18.0.1025.45.
    Move chrome.exe to 18.0.1025.45, then move this directory to C:\Chrome. The remaining files in Chrome-bin can safely be deleted.
  4. Create a shortcut for each version:

    "C:\Chrome\18.0.1024.45\chrome.exe" --user-data-dir="..\User Data\18" --chrome-version=18.0.1025.45
    

    Explanation of this shortcut:

    • "C:\Chrome\18.0.1024.45\chrome.exe" • This is the launcher
    • --user-data-dir="..\User Data\18" • User profile, relative to the location of chrome.exe. You could also have used --user-data-dir="C:\Chrome\User Data\18" for the same effect. Set your preferences for the lowest Chrome version, and duplicate the User profile for each Chrome version. Older Chrome versions refuse to use User profiles from new versions.
    • --chrome-version=18.0.1025.45Location of binaries:
      • The location (eg 18.0.1025.45) must be the name of the directory:
      • Must start and end with a number. A dot may appear in between.
      • The numbers do not necessarily have to match the real version number (though it's convenient to use real version numbers...).

Regarding configuration: All preferences can be set at chrome://settings/. I usually change the home page and "Under the hood" settings.


8. Safari

Safari and Chrome both use the WebKit layout engine. Usually, when something looks good in Chrome, it also does in Safari, and vice versa.

However, the JavaScript engines differ: V8 (Chrome), Safari uses JavaScriptCore (aka SquirrelFish). Safari falls behind Chrome in terms of JavaScript (compare features at caniuse.com, category JavaScript API). So, if you have an advanced JavaScript application, it's recommended to also test the code in Safari.

Safari does not natively support multiple versions or user profiles side-by-side. Safari 4 is close to death, so you only have to test 5.*. All Safari versions can be downloaded from Old Apps.

  • Download and install Safari 5.0.
  • Start Safari, set your preferences.
  • Create a new Sandboxie sandbox for each additional installation.
    It's important to initially install the oldest version, so that the user profile can be adapted by newer versions.
  • For more information on installing in Sandboxie, see the Sandboxie and Internet Explorer section.

The Developer tools have to be enabled via Preferences > Advanced > Show Developer menu in menu bar. After installing Safari, uninstall Apple software Updater, via Control panel > Add/Remove software.


9. Developer tools (and shortcuts)


10. Measured set-up time and disk space

  • Setting up the base environment takes 30 minutes.
  • Installing browsers does not require much time.
  • Depending on the number of browsers, configuring them can take some time.

  • Setting up a WinXP VM with the browsers as listed in this guide + Opera 12 beta:
    • Size of downloads: 585MB
    • 12 browsers
    • Time used: 1:09 hour (32 minutes to get to IE)
    • Appliance size: 1.1G / imported size: 2.2G.
    • Detailed log: http://pastebin.com/R7WGPK99
  • Setting up a huge WinXP VM for detailed browser compatibility tests:

Time needed per browser (install & config)

  • Opera: 2 minutes
  • Internet Explorer: 3 minutes *
  • Safari: 4 minutes *
  • Firefox: 5 minutes
  • Chrome: 6 minutes

* excludes time to set up a Sandboxie Sandbox ( < 1 minute).


11. Optimal usage

When you've finished installing, use CCleaner to clean junk, then:

  • Export the appliance (this appliance can be saved elsewhere as a back-up).
  • Remove the newly created Virtual Machine
  • Import the appliance (these steps reduce the file size of the VM)
  • Create a snapshot (to be used as a checkpoint)

From now on, when you've finished testing web pages, turn off the VM, and choose "Restore snapshot". This will keep your VM tidy and fast.

Turn off machine > Restore snapshot

Homepage at http://10.0.2.2:8888/

The guest OS can access the host OS by IP address 10.0.2.2. A server running on port 8888 can be accessed at the guest through http://10.0.2.2:8888/, even when the host does not have an internet connection.

For this reason, setting http://10.0.2.2:8888/ as the home page is recommended.

Possible use cases:

  • Test a single page.
  • Automatically show a certain page, depending on the exposed User agent (e.g. by redirection).
  • Fiddling: Create a fiddle in Chrome, and test it in Firefox.
  • Share text and links.

All of the previous can easily be implemented on a simple server (I've used Node.js, for example).

share|improve this answer
Both answers are really valuable. Thanks a lot for sharing. – Fro_oo Apr 25 at 16:12

Just to pitch in, Microsoft recently started providing a free service called modern.IE.

modern.IE is an undertaking my Microsoft to make cross-browser testing for the Internet Explorer browsers easier. Microsoft has created modern.IE to provide developers and designers with a suite of tools to facilitate IE browser testing.

With modern.IE you have two methods of testing your website in IE. First, modern.IE offers you three months free usage of the web-based browser testing service BrowserStack. You just need a Facebook account to login and start testing.

The second method modern.IE offers is a virtualization image of each browser from IE 6 to IE 10, which can be run on virtualization software like VirtualBox, Virtual PC, Hyper-V or VMWare Player on Windows, Mac or Linux.

Additionally, modern.IE also provides a tool which scans your web page for common coding problems and lists them out for you to correct so that they display correctly in all IE versions.

modern.IE - Cross-Browser IE Testing Tools Suite

share|improve this answer
The services offered at modern.ie/virtualization-tools does not satisfy my requirement, which is all versions of IE on a single machine. I have 8 gigs of RAM, but that's not sufficient to run several Windows VMs at once, just for testing. Nice to see that Microsoft acknowledges the existance of other OSs besides Windows though (images for IE6-9 were already available at microsoft.com/en-us/download/details.aspx?id=11575). When I find time, I'll update this set of answers to show how to run IE6 through IE10 on a single Windows (7) machine. – Rob W Feb 6 at 8:16

This is a pretty neat tool to test everything from IE 1.0 through to IE8 on the same Windows 7 install (without interfering with the system's current IE):

http://utilu.com/IECollection/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.