Is there a way to install all versions of all browsers on the same machine?

Is there a way to install all versions of all browsers on the same machine?

+4
source share
9 answers

I use virtual machines to perform various configurations of browser versions. I assume that you want to test another version of IE, Firefox, etc.

If you automate your testing at any time, virtual machines are also convenient for storing many different configurations for testing on one machine.

+8
source

Of course, the best way to do this is to use virtualization technology such as VirtualBox .

+1
source

we used this to install several versions of IE for testing, this is back in 3.0

http://tredosoft.com/Multiple_IE

+1
source

Try Sandboxie . Much less work than a virtual machine. It will probably work faster.

+1
source

For multiple browsers, such as Firefox or Opera, it’s just a matter of copying the source directory of the program elsewhere and updating. In most cases, the old version should work.

There are several distributions for IE, IETester seems to be a complete and easy solution.

+1
source

For FireFox, you can install the available portable versions here.

In IE, I think the only way is through virtual machines. I can recommend VirtualBox, it runs smoothly for me.

+1
source

Why do you need this?

Typically, a product does not allow parallel installations (multiple versions of the same product, although of course you can have multiple versions of different products).

If you want to do some analysis or testing, doing this on separate virtual machines (check VMWare) may be an option.

0
source

I'm not sure why you really want this, but if you want to install different versions of IE, use the following tool:

http://tredosoft.com/Multiple_IE

0
source

Yes. I have IE8 Beta2, FF3, Chrome Beta and Safari 3.1.2 with the corresponding developer plugins.

-2
source

All Articles