Dear All
I am Using IETester for Checking the Multiple Version.Now If I need the Debug,
Is there any Tools Available To Check the Script Error?in IE
Similarly Is There any Equivalent Tool available for Firefox for checking multiple version in oneBox V1 v2 v3 etc .like IETester
views:
107answers:
4Hard to tell exactly what you're talking about but I would recommend firebug for debugging in Firefox.
Firebug is one of the best javascript debugging tools, however it is only available for Firefox. I believe the IE8 beta comes packaged with some web developer tools, but I've not used them and can not comment on their quality or usefulness.
In terms of checking your sites rendering in different engines, I find the IE Tab firefox plugin very useful for quickly checking my layout in IE7.
I use VirtualBox to manage multiple environments with different browser versions.
On Linux it's easy enough to run multiple versions of Firefox side-by-side (here's an example) but I imagine you're on Windows, so VirtualBox is my suggestion. =^)
You could try this Internet Explorer developer toolbar.
Also, visual studio apparently lets you do script debugging in your browser, if you have it.
Edit:
You also asked about testing multiple versions of Firefox. Portable Firefox might be a good idea. It will allow you to install multiple versions simultaneously without spending too much time setting up profiles for them. It has versions for Firefox 1, 1.5, 2, and 3 - look under legacy versions low down here.