views:

43

answers:

8

Is there any tools for GUI Test Automation for Internet Explorer? I already use Selenium for Mozilla Firefox, but I also need a tool for IE.

A: 

There is WatiN. I have had decent success using it with IE.

http://watin.sourceforge.net

Chris Missal
A: 

There are several GUI Test Automation tools for web application that run on IE. A few examples are Rational Functional Tester, Etester and QTP.

If you are looking for something open source there look here

Not sure about any add on plugin tool like selenium that is available for IE.

sjt
A: 

You can also use the automated UI testing facilities of Microsoft Test Manager, which is part of Visual Studio 2010 Ultimate. Check http://msdn.microsoft.com/en-us/library/dd286726.aspx

Edgar Sánchez
+2  A: 

If you're already using Selenium, I'd use Selenium Remote Control

Snekse
A: 

You can still use selenium for IE Explorer. I don't know if there is a plugin, but that shouldn't stop you. You'll get a lot of benifit from using the same tool to test on all browsers, so I would think you would be better served to learn how to use selenium with IE Explorer rather than trying to re-implement all your tests in another tool

Mark Irvine
A: 

I've had good luck with watir, it's similar to selenium but is scripted in ruby. It's IE integration is excellent. There's also firewatir for firefox.

Paul Rubel
A: 

We have good expierences with iMacros Scripting Edition. There are versions for Firefox, Chrome and IE. The basic brower addons are free and work very well for regression and performance testing.

SamMeiers
A: 

TestPlan can use the Selenium backend and works with both FireFox and Internet Explorer. It can also work with a display-less browser (HTMLUnit) so you can code your basic tests quickly and not suffer the loading overhead of the browser. Once it basically works you test it against the browser.

edA-qa mort-ora-y