My IDE project is based on FF. But, my application is built such that, it only runs on Internet Explorer v6+. In fact, we actively check for non-IE browsers and do an immediate redirect. Our code base is close to 6 yrs old and we are trying to get rid of all html idiosyncrasies that requires dependence on IE.
We have our tests based on NUNIT tests and we want to add Selenium for functional testing where web is involved. So, is there a good IDE for recording our Selenium tests on IE browser?