Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross Browser Testing on Virtual Machines - Issues?

I am part of an organization in which there is contention amongst some very competent folks as to whether or not testing cross-browser behavior for JavaScript intensive web applications on virtual machines (for IE6/7/8, FF2/3, Chrome on XP/Vista/7) is reliable. This is using VMWare server on a Linux box host.

While the discrepancies seen are few, there are cases in which it has proven difficult to tell if it is a product of virtualization or just different machine configurations.

My question to the community is, what is people experience with this? Is there any credence to the claim that VM pose inconsistencies, or are they generally spot-on reliable? Can we trust them?

like image 241
codemate2112 Avatar asked May 12 '10 15:05

codemate2112


1 Answers

If the VM is running a normal OS, there should not be any issues with its browser.

It's possible that rendering and performance differences might be noticeable, but you should test for that anyway.

Remember that your end-users might also browse your site in a VM.

like image 138
SLaks Avatar answered Oct 08 '22 18:10

SLaks