I'm interested in finding out how people are testing for cross-browser functionality( for css and javascript)?
Do you use any tools? ...interesting methods, besides just opening IE/FF/Safari etc...
|
2
|
I'm interested in finding out how people are testing for cross-browser functionality( for css and javascript)? Do you use any tools? ...interesting methods, besides just opening IE/FF/Safari etc...
|
||
|
|
|
|
The web site BrowserShots.org is great for this. If you are using Mac OSX, you can also try Alkaline. From their site:
They have a plugin for Coda and TextMate. |
|||
|
|
|
|
I am using IETester (http://www.my-debugbar.com/wiki/IETester/HomePage) at work. But quite frankly - I do most of my tests inline: FF3 running the administrator on the site, and Opera as the non-authenticated user, IE6 from Windows2000 as IE backup (vmware), IE7 on XP/SP2 or IE7 on Vista (2 different physical machines). Then konqueror and chrome (again, once in a while...) and IE8 when I bring my laptop to work. Yes, there is no silver bullet (tm). Do test, and have lot's of hardware + software. |
||
|
|
|
|
For Javascript there's Selenium. Write test once, run it automatically on IE and Firefox (there's partial support for other browsers). |
||
|
|
|
|
a good article about the various ways to test versus IE. i like the SuperPreview tool the most, but IETester is very nice as well. i usually develop for FF, then adjust to IE. i find that its much easier this way, as IE clearly has the most compatibility issues. |
||
|
|
|
|
Yet another option would be BrowserSeal. Since it is an application and not a web service, it is much faster compared to pretty much everything else. |
||
|
|