Vitaly Batonov
Vitaly Batonov

Reputation: 1132

Best tool for virtualization application (to make portable versions)

Now to test the websites I use multiple virtual machines (VirtualBox) with Web browsers.

I want to make portable versions of browsers (to collect IE, Opera, Safari, FF, Chrome and maybe another). I want that browser have development tool (e.g. like Firebug).

For virtualization apps I found several solutions:

Tell me what there are and what should I choose for my task?

Upvotes: 2

Views: 1117

Answers (3)

MastAvalons
MastAvalons

Reputation: 1141

As far as I know, if to use boxedapp, your an application will run properly even if it doesn't have the right to write to the system registry.

Upvotes: 1

David Sette
David Sette

Reputation: 753

Can you please clarify what you are asking? The assumption made by Jebego, and my understanding of your question, is that you are interesting in finding out what different Virtualization tools are available, though your comment:

I want to assemble a collection of browsers for testing as portable application. In addition to its main functions I want to be able to see html \ css \ js or something like Firebug.

Is slightly misleading as it refers to browsers.

Other useful information you may want to include is the size of your budget. You mention that you are currently using VirtualBox, which is Open Source, so I am assuming you ideally are looking for products which are free.

Anyway assuming my assumptions are correct, I can give details on a couple of options which I have experience with:

  1. Micsoroft Virtual PC - I found Microsoft Virtual PC easy to set up and get started with. It is a free download, and if you have Windows 7 installed then I believe it is built into the OS. If you're looking for seomthing fairly basic, simply to run your application in a browser for testing purposes then this may be sufficient. Virtual PC allows you to allocate a specfic amount of RAM to each VM, but you cannot go over 3,712MB, which is pretty limiting if you need to do anything requiring significant resources inside the VM.
  2. VMWare Server - I recently moved to VMWare Server 2.0, also a free product. I use a virtual machine for development tasks, and found that the RAM limit on Virtual PC was too low to run the developer tools and add-ins at a suitable speed. With VMWare Server, you can allocate as much RAM as you see fit (obviously you need to have it available in the host machine), and you can also specify the number of CPUs to allocate to the VM. The setup is slightly less starightforward than Virtual PC, but by no means complicated. The tools provided by VMWare offer more configuration options (such as those mentioned above).

This is a brief summary of my experience, I'd be happy to give more detail on either if you so require.

Some general things to bear in mind when choosing virtualisation software:

  • What OS do you plan to install on the guest? Some Virtualisation software is better suited to specific OS'es
  • How much poower do you need inside your guest VM? Again, this will influence your decision on which way to go.

Hope this helped, good luck with your search.

Upvotes: 0

Jeff Gortmaker
Jeff Gortmaker

Reputation: 4737

I personally use VMWare Workstation. It has never given me problems. I'd recommend it.

In terms of what there is available out there, there is a ridiculous amount of programs to choose from.

There are my two cents! Hope this helps and good luck!

Upvotes: 0

Related Questions