Can anyone tell me how to test a Web page for Cross Browser Issues
Hi I am fairly new to Web Development. I have a page that is hand coded in xHTML/CSS and i want to test it for Cross Browsers开发者_运维技巧 Interoperability. Many thanks for reading and do reply
I'm not sure if your asking for something deeper here..
but can't you just open your webpage in the big 4? Firefox, Internet Explorer, Chrome and Safari?
Note different versions of IE have some issues too.
I'm not aware of a singular platform that will test your page for all browsers.
Install all the relavent browsers (using the IEVMs for MSIE) and then just test.
I have usually several browsers installed and just check in them. Not sure how would you do some automated test though. The issues are often in the UI (can't see something, overlapping elements) and this needs to be human-checked anyway.
This is only for versions of IE, but considering how different IE6, 7 and 8 function and render (you can also test in older versions, but I don't see a need these days), it's still indispensable. You can download the exe here:
http://www.my-debugbar.com/wiki/IETester/HomePage
精彩评论