Test Automation for Internet Explorer

泄露秘密 提交于 2020-02-23 09:58:17

问题


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.


回答1:


* UPDATE *

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




回答2:


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




回答3:


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

http://watin.sourceforge.net




回答4:


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




回答5:


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.




回答6:


You may be after something like this: http://triflejs.org/ (currently in beta)

Its an IE port of phantomjs for running Headless UI tests... basically an alternative to WebDriver but using javascript files instead of Java/NET compiled code.

If you combine TrifleJS (IE), PhantomJS (Webkit: Chrome + Safari) and SlimerJS (Firefox) you can run headless tests in all common browser environments using the same test scripts and API.




回答7:


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.




回答8:


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.




回答9:


Try coding in AutoIt this is powerfull language easy to learn. IE UDF is here




回答10:


If your browser is IE,going for test automation is not a very good decision.You may face so many issues with IE browser in automation.But still you can use selenium web driver for automation in IE.



来源:https://stackoverflow.com/questions/3841371/test-automation-for-internet-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!