Search code examples
internet-explorerautomated-testsgui-testing

Test Automation for Internet Explorer


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.


Solution

  • * UPDATE Feb 2020 *

    Cypress is a new tool for browser testing and one of the few tools that doesn't use Selenium under the hood. It does NOT, however, support Internet Explorer. It does support Microsoft Edge and many other modern browsers, so hopefully it helps some people.

    * UPDATE (older) *

    Selenium Web Driver is the successor to Selenium RC.

    So the answer is still to use Selenium in some form. That could be any of the supported frameworks.

    Personally I'd use Protractor (useful for more than just Angular apps) or Leadfoot (from the Intern.io project).


    * ORIGINAL RECOMMENDATION *

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