What is the best way to test webforms apps ( ASP.NET )

后端 未结 8 616
轮回少年
轮回少年 2021-01-30 00:10

What is the best way to test my webforms applications?

Looks like people are loving Watin, and selenium.

相关标签:
8条回答
  • 2021-01-30 01:00

    Here is a review of Watin,Watir and Selenium http://adamesterline.com/2007/04/23/watin-watir-and-selenium-reviewed/

    Apparently Selenium worked quite slow for the tester but if you'll notice, as one of the comments points out, that this is only the case due to its support of multiple browsers.

    However there is a CTP (Community Technology Preview) release of WatiN which offers support for both Internet Explorer and FireFox automation.

    0 讨论(0)
  • 2021-01-30 01:04

    That's the biggest shortcoming of Webforms -- it's, for all practical reasons, untestable in terms of unit testing of testing controllers, etc.

    That is one of the major advantages of the MVC framework.

    0 讨论(0)
提交回复
热议问题