I'm looking for resources/suggestions on real world cross-browser web site testing. In this case the emphasis is on simple web content rather than javascript/AJAX or a server side applications. I've looked at the web stats & made a list of the highest-used browsers. Then what?
For example, I'd love to hear experiences with:
Is there a rule of thumb of browser equivalents? For example, my feeling is FireFox Mac vs. PC renders very much the same and IE Mac vs. PC do not. Chome and Safari (PC and Mac) use WebKit, so they should render the same, correct?
Do you need to test on an actual Mac or is PC FireFox/Safari/Chrome etc enough?
Getting multiple browser versions to work on the same machine without too much registry hacking.
Using VMWare/VirtualPC (do you have to buy a copy of Windows to activate each?) How time consuming is it to set up? (I'm on a PC, btw).
Using http://browsershots.org in practice on a large number of web pages (1000+)
Anyone know of a HTML/CSS scanning tool that will flush out common problems, such as box model width issues?
Thanks!