Reputation: 1
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
Upvotes: 0
Views: 52
Reputation: 2704
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
Upvotes: 0
Reputation: 943108
Install all the relavent browsers (using the IEVMs for MSIE) and then just test.
Upvotes: 1
Reputation: 2300
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.
Upvotes: 1
Reputation: 17898
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.
Upvotes: 0