Test framework to replace Watin, if it would cease being maintained?

只谈情不闲聊 提交于 2019-12-07 02:16:41

问题


I had the impression that Watin was no longer being maintained and asked to which framework would be the best to switch to for testing of a website in a browser from .net?


回答1:


Back in July on the WatiN mailing list, Jeroen stated the following.

...is WatiN still alive: Yes. Is the activity visible for the outside world: No, which is a bad thing.

During my holiday last two weeks I have been thinking about how to proceed and decided that I will work on WatiN every Thursday evening. Number one prio is get the updated FireFox support and IE improvements out asap.

.

If moving away from WatiN, then Selenium 2 or later would be my first choice for a framework. Coded UI would be next. I've been part of a testing exercise where in the room WatiN, Selenium and Coded UI were all used to test the same site; the resulting structure was oddly similar across all three. Selenium seemed to have the best support for multiple browsers.



来源:https://stackoverflow.com/questions/13399483/test-framework-to-replace-watin-if-it-would-cease-being-maintained

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