What browser features/plugins for opera, IE, firefox, chrome, safari, etc. do you use for browser compatibility testing?

StackOverflow https://stackoverflow.com/questions/129310

Question

I use the Nightly Tester Tools for Firefox and Fiddler for IE. What do you use?

Was it helpful?

Solution

Web Developer toolbar for Firefox, Visual Studio JIT debugger for IE, and Chrome's Resource Inspector. We don't use Opera for debugging due to the aforementioned tools, but we do take a look at our stuff to make sure it looks correct in Opera to be on the safe side.

OTHER TIPS

A nice question. I have never think about it before. We test our website with a large range of custom configure browser. This are the browser of the different developers. The inhomogeneous is program.

Problems we had only with 2 plugins: Adblock and FlashBlock

I would also test NoScript.

Opera has Dragonfly (Tools → Advanced → Developer Tools).

I like mouse over DOM inspector – it's simple, fast and cross-browser.

In Opera

View > Style

And all those various little selections (such as Outline, Class and Id, etc) have been great help in figuring out the floats and border constraints of DIVs and SPANs, the class and ID names of elements and makes switching back to tweak the code so much faster.

And that shortcut (CTRL+SHIFT+ALT+U in v9) to load the current page into the W3C validator is nifty too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top