What is the simplest/most-streamlined setup for testing apps in all of todays browsers?
- Safari 2, 3, 4 (and versions in between)
- Firefox 1, 2, 3 (and sub versions)
- IE 6, 7, 8, 9
- Opera 8, 9, 10
- Chrome
Is there some sort of program like the Ruby Version Manager (RVM) that allows you to install browsers at different versions and then just lists all the ones you have installed like this:
- Internet Explorer 6
- Internet Explorer 7
- Safari 3.2
- Safari 4.4 ...
And you can just click it from there and it opens. Something like that would be very helpful.
The main things I would like to streamline in my browser-compatibility workflow are:
- Installing all the browsers I can think of and every version that's been known to cause problems.
- Being able to easily find them and open them.
- Being able to test Internet Explorer on a Mac without running Windows (Parallels or VMWare).
Also, is there an Internet Explorer application for the mac so I don't have to use Parallels or VMWare Fusion (which are pretty heavy for running on a laptop while developing at the same time, running tests, etc).
Thanks!