tags:

views:

46

answers:

4

I am running windows 7 which won't even allow me to use the latest IE version for testing.

I currently use google crome and firefox. Is there a program or easy way to test a site with multiple browsers, and not just

the way they might look but everything like javascript and ajax just as if I were using that particular browser?

A: 

http://www.xenocode.com/Browsers/ has some great online browser virtualizations.

They take a bit to load but are perfect for testing. Javascript and such will work like normal and you can try out all the versions of IE from the same computer without installing anything.

I should note that these launch fully functional browser windows- It is not an in browser preview type thing.

They used to have multiple IE versions, Firefox, Opera and safari available to download as portable software but I can't find them anymore :(

apocalypse9
A: 

Install a virtual machine manager - OpenBox from Sun is free and works OK - and install a copy of Windows / Linux / whatever in each of a bunch of virtual machines. Then in each Windows either keep the installed browser (ie IE 6, hahah, in XP) or upgrade it to IE 7 or IE 8. Also install whatever versions of FF and Opera and so on.

Eric M
A: 

It's not perfect, but I get by using IETester for different versions of IE. The author claims it works on Windows 7.

Cory Larson
A: 

You can check out the TestSwarm, by John Resig. His blog article on here is at: http://ejohn.org/blog/javascript-testing-does-not-scale/

James Black