What does testing on virtual machines hide?

by Helen Johnson | May 22, 2017 7:39 am

Using virtual machines (VM) during software testing saves time and money. VM emulates real personal computers, programs and devices. The emulation programs and its OS are called virtual machine and the main OS and physical computer – host system. Any application or operating system on virtual machine works as if it was installed on real computer.

The usage of VM is rather cost-effective. It enables the specialists to perform different types of testing, e.g., cross-browser testing and multi-platform testing, using a single computer. App is launched under various VM and in different browsers. Also, testing on virtual machines pursues several goals – the execution of regression testing[1] and functional testing of client-server applications. And moreover, all these checking processes can be automated.

The virtualization approach brings the following advantages during software testing:

But despite all the above-mentioned benefits of VM, they still have some disadvantages:

The specialists emulate either several computers with different OS types and versions or create a virtual lab. But if you want to configure a virtual environment for several machines, then you need a physical host.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. regression testing: https://qatestlab.com/services/manual-testing/regression-testing/
  2. Test Automation Myths: Where the Truth Ends and the Myth Begins?: https://blog.qatestlab.com/2024/04/11/test-automation-myths-where-the-truth-ends-and-the-myth-begins/
  3. Accessibility Testing: Creating a World Without Walls: https://blog.qatestlab.com/2024/04/03/accessibility-testing-creating-a-world-without-walls/
  4. How to Test a Trading Platform (like a crypto exchange): https://blog.qatestlab.com/2024/03/27/trading-platform-testing/

Source URL: https://blog.qatestlab.com/2017/05/22/virtual-machines-testing/