I recently had to deal with this. A few tips:

* I smoke test using this free service which provides some good information and 
a screen shot:
http://www.webpagetest.org
* I do more in-depth testing using this paid service which provides great 
cross-browser testing: http://www.browserstack.com/
* I do my debugging using the developer mode in IE 9 which will emulate each 
other version of the browser, plus compatibility modes. Access developer tools 
with F12.
* The only way of testing each version of IE with certainty is to install them 
on different virtual machines, but we decided the other methods were good 
enough for our needs. We'll go this route if we need to respond to a specific 
complaint.

Good luck,

Richard


On Friday May 11 2012 09:33:41 Lane Brooks <[email protected]> wrote:
> I developed a simple registration web page for a non-profit fundraiser. 
> I have a virtualbox installation of windows xp that I run out of linux 
> to check functionality on IE, but I have only been verifying in IE8. I 
> just received word of a user having problems on IE7, though. My page is 
> pretty simple, so I thought I was safe from needing to figure out how to 
> install different versions of IE for testing, but now it looks like I 
> need to. Given that web development is not my area of expertise and 
> given that it has been probably ten years since I have used windows more 
> than just occasionally, I was hoping people in the area of web 
> development could offer insight on how to install and test with multiple 
> versions of IE.
> 
>  From my google searches, it seems different versions of IE cannot be 
> co-installed, but I have found sights offering executable downloads that 
> supposedly include all the IE versions. They seem more like Trogan 
> Horses to me. Other sites seem to indicate you need to use a different 
> virtual machine for each version of IE you want to test with. If that is 
> the case, I can clone my current virtual machine, but then how do I 
> downgrade IE? The information I get from googling is contradictory and 
> hard to know who to trust. Is there not some sort of Microsoft issued 
> developer package with all the versions of IE that you can co-install on 
> one machine? If not, how do Microsoft employees verify their web pages 
> across their multiple browsers?
> 
> Thanks,
> Lane


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to