I could obviously have multiple VMs, but that would be highly inconvenient. Is there some easy way to have multiple versions of browsers installed simultaneously? It's mostly about IE and Firefox; other browsers are not popular enough to make testing with their old versions a terribly high priority.
feedback
|
migrated from stackoverflow.com Mar 9 '10 at 22:06
This question came from our site for professional and enthusiast programmers.
|
IETester is an excellent choice for testing in IE5.5-8 without even bothering with virtual machines. There's also Multiple IE, but it's old and buggy. No idea about Firefox, though. | |||
feedback
|
|
I have had luck with this: http://spoon.net/browsers/ Launching a virtual browser takes a couple seconds to load, but less of a pain than multiple VM's. | |||
|
feedback
|
|
If you want to do it from a single VM image, just use snapshots. VMware Workstation will handle this quite nicely. Install your base OS with the lowest level IE you care about and take a snapshot. Then install the next major version you care about and take another snapshot. Rinse and repeat for however many versions or patch levels you care about. Now all you have to do is revert to the particular snapshot that contains the browser version you care about. | |||
|
feedback
|
|
Internet Explorer The best solution is the native "virtual" one. Microsoft itself provides Virtual PC disk images for individual versions of IE (disregard the expiration date on their page, they should release new images once the current ones expire). Note that you can download Virtual PC from the Microsoft site for free (the page above contains a link), but for some reason they have a broken link there at the moment. The only disadvantage of the above is that Microsoft does not provide an image for Windows XP SP2 with IE6 (the SP2 version of IE6 uses an older Javascript DLL, so it behaves slightly differently than the newer SP3 version).
Please note that by default this won't allow you to run multiple versions of Firefox simultaneously. It's possible, but it requires some simple hacking:
If you setup each version of Portable Firefox as shown above, you will be able to run individual versions simultaneously. Please note: this is for development purposes only. If you use FF as your primary browser, include it in the "mix" only at your own risk. We're using it only for testing purposes ourselves, and even though we did not encounter any problems so far, I would not want you to lose/corrupt your primary FF profile. | ||||
|
feedback
|
|
Try http://utilu.com/IECollection/ for multiple IE browsers and http://utilu.com/UtiluMFC/ for multiple Firefox browsers. | |||
|
feedback
|
