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.
Is there any tools for GUI Test Automation for Internet Explorer? I already use
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
* 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