What are the key use cases for use of virtualization in software development? - Stack Overflow most recent 30 from stackoverflow.com2009-11-22T04:42:35Zhttp://stackoverflow.com/feeds/question/205722http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development5What are the key use cases for use of virtualization in software development?Jon Schneider2008-10-15T17:50:18Z2009-05-01T23:38:51Z
<p>What are the key use cases for the use of virtualization -- that is, running one or more "virtual PCs" using software such as <a href="http://www.vmware.com/" rel="nofollow">VMWare</a> and <a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx" rel="nofollow">Microsoft Virtual PC</a> -- for software development?</p>
<p>Also -- are there other instances/uses of virtualization that aren't covered by my definition above (use of a tool like MS Virtual PC or VMWare), and that are useful to developers?</p>
<p>My impetus for asking is this <a href="http://stackoverflow.com/questions/171946/computer-upgrade-cycle#171978">StackOverflow comment</a> by <a href="http://stackoverflow.com/users/9664/metro-smurf">Metro Smurf</a> asserting "You'll wonder how you ever developed without it!", regarding use of virtualization.</p>
<p>(Please include just one use case per response. Thanks!)</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205723#20572311Answer by Jon Schneider for What are the key use cases for use of virtualization in software development?Jon Schneider2008-10-15T17:50:25Z2008-10-15T21:25:26Z<p>Application testing in multiple environments is one obvious use of virtualization that I'm aware of. Testing your application on other operating systems (without requiring additional physical computers to do so), as well as testing that involves software that generally only allows you to install a single version on a given machine (such as the Internet Explorer browser; running both IE6 and IE7 on the same machine is not an officially supported configuration), are good candidates for virtual machine usage.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205727#2057270Answer by Ikke for What are the key use cases for use of virtualization in software development?Ikke2008-10-15T17:52:18Z2008-10-15T17:52:18Z<p>Some server applications can use VMs too. When one vm is not used much, the server can locate the resources to other vms.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205728#2057282Answer by caskey for What are the key use cases for use of virtualization in software development?caskey2008-10-15T17:52:38Z2008-10-15T17:52:38Z<p>The simplest case which applies to my current situation is that we have a complex client-server environment and with virtualization every developer can very quickly get a baseline set of operating systems to deploy their local build to and verify end to end functionality.</p>
<p>Locally you have your dev box, and N client boxes which get re-initialized as fresh OSes each time you want to try a build. Essentially it's the test environment equivalent of a 'make clean' where even the client workstation gets replaced with a new OS.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205734#2057344Answer by Tom Ritter for What are the key use cases for use of virtualization in software development?Tom Ritter2008-10-15T17:54:26Z2008-10-15T17:54:26Z<p>If you set up snapshots of your development environment (and back them up) it can be very easy to resume productivity if your computer breaks down. When your machine breaks down right before your release - and you can resume immediately with all your tools installed and configured, it can be a lifesaver.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205737#2057372Answer by SaaS Developer for What are the key use cases for use of virtualization in software development?SaaS Developer2008-10-15T17:55:01Z2008-10-15T17:55:01Z<p>Quickly distributing environments between team members is a very nice use case to for virtualization especially if you have a lot of various components, tools, etc.. This can save you a ton of time with new hires, contractors, or other individuals who need an environment quickly.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205739#2057392Answer by Tom Ritter for What are the key use cases for use of virtualization in software development?Tom Ritter2008-10-15T17:55:37Z2008-10-15T17:55:37Z<p>Many presenters use a VM for presentations - it allows them to revert immediately to reset the presentation for the next day, transfer all presentation materials quickly between computers, and not have to show your attendees your messy My Documents folder.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205753#2057532Answer by SaaS Developer for What are the key use cases for use of virtualization in software development?SaaS Developer2008-10-15T17:58:30Z2008-10-15T17:58:30Z<p>Using virtualization for sales activities is also a great use case. You can take a snapshot at a particular time that you can save as your demo baseline. Then once you run through the demonstration and change the data, etc. you can restore back to your previous baseline for future demonstrations. You can also capture multiple baselines and pick and choose which baseline best fits the upcoming demo.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205762#2057621Answer by ConcernedOfTunbridgeWells for What are the key use cases for use of virtualization in software development?ConcernedOfTunbridgeWells2008-10-15T18:00:06Z2008-10-15T18:00:06Z<p>Test environments. If you have more than one setup that a system needs to be targeted for (e.g. Windows & Linux, XP & Vista) then a machine with lots of RAM and VMWare (or on of the others) is a good way to manage the environments.</p>
<p>Another is developing on one system and targeting another. For example, at one point I did some J2EE work on a workstation running Linux where the client was I.E. 5.5. A VM with Windows 2000 and IE 5.5 would let me test the application.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/205774#2057741Answer by Nathen Silver for What are the key use cases for use of virtualization in software development?Nathen Silver2008-10-15T18:02:31Z2008-10-15T18:02:31Z<p>Reasons I use virtual machines for development.</p>
<ul>
<li>Isolate different development environments.</li>
<li>Testing environments.</li>
<li>Easy recovery due to computer hardware failure/upgrade.</li>
<li>Ability to "roll-back" changes to your development environment if something corrupts it.</li>
</ul>
<p>Currently, I am using VirtualBox for my VM setup. I used to use VirtualPC, but I REALLY hated not having any type of "snapshot" feature (like VMware and VirtualBox have).</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/206395#2063953Answer by JesperE for What are the key use cases for use of virtualization in software development?JesperE2008-10-15T20:46:24Z2008-10-15T20:46:24Z<p>If your build-server is running in a VM, you can make a snapshots of it for every software release in order to be 100% sure that you can recreate the build environment (in case you want to make patches to old releases, for example).</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/206443#2064431Answer by MarkR for What are the key use cases for use of virtualization in software development?MarkR2008-10-15T20:54:56Z2008-10-15T20:54:56Z<p>We develop software for use in our SaaS application, our production environment has a large number of servers and their software environment needs to be absolutely predictable; we can't have ANYTHING installed extra, or absent from our development machines.</p>
<p>Moreover, our application requires a number of different server types in order to function properly (at least 7 last time I counted); mostly they can't be installed on the same (virtual) machine - at least, not without violating the "same software as production" requirement.</p>
<p>In order to have a consistent environment, it's necessary to use VMs. I don't know how anyone ever manages without them.</p>
<p>Snapshots and rollbacks are nice too, but I use them only occasionally (really useful during installation / upgrade tests).</p>
<p>Suppose you're developing a new version of your software, and checking that the upgrade from the previous version works correctly... how long does it take to do a test cycle without being able to rollback the box? Do you have to reinstall the OS then the old version? Can you guarantee that the uninstall really uninstalls everything?</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/416498#4164981Answer by Srihari Palangala for What are the key use cases for use of virtualization in software development?Srihari Palangala2009-01-06T13:24:12Z2009-01-06T13:24:12Z<p>I've posted about this at:</p>
<p><a href="http://blog.vmlogix.com/2009/01/06/the-uses-of-virtualization-in-software-engineering/" rel="nofollow">http://blog.vmlogix.com/2009/01/06/the-uses-of-virtualization-in-software-engineering/</a></p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/416906#4169060Answer by Chris Nava for What are the key use cases for use of virtualization in software development?Chris Nava2009-01-06T15:13:36Z2009-01-06T15:13:36Z<p>Being able to test/retest your deployment process is a huge savings.</p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/418808#4188081Answer by sascha for What are the key use cases for use of virtualization in software development?sascha2009-01-07T00:59:08Z2009-01-07T00:59:08Z<p>I'm suprised that nobody has mentioned the VMware record/replay feature (awesome video demo over at <a href="http://is.gd/eJOe" rel="nofollow">http://is.gd/eJOe</a> ) which is great for debugging.</p>
<p>I have a headless server running ESXi which runs various machines for building installers (so I don't have to give up processing power on my desktop), automated testing (server is faster than any desktop) and various test environments (about 20 different configurations) so that the support team can easily jump onto a configuration that closely matches a customers system.</p>
<p>When you have one really beefy server running VMs that can be shared between support, test and dev teams, you introduce huge cost savings. In all, we're running ~25 VMs on ESXi (dual-quad core Xeon 2.5G + 8Gb RAM) shared between 5-10 people, some of the developers use Virtual PC and then I use VMware Workstation on my desktop. All of the Mac users here use VMware Fusion as well </p>
http://stackoverflow.com/questions/205722/what-are-the-key-use-cases-for-use-of-virtualization-in-software-development/813725#8137251Answer by Ole Lynge for What are the key use cases for use of virtualization in software development?Ole Lynge2009-05-01T23:38:51Z2009-05-01T23:38:51Z<ul>
<li>Developing Add-Ins for different versions of Microsoft Office (using Visual Studio Tools for Office).</li>
</ul>
<p>My main work machine has Office 2007. When I work with Add-Ins for Office 2003 I use a virtual machine with Visual Studio and Office 2003.</p>