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

后端 未结 8 618
轮回少年
轮回少年 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 00:54

    I would use a tool like WaitIn:

    " WatiN is Web Application Testing in .NET, and this Test Recorder will generate chunks of source for you by recording your clicks in an embedded IE browser" (from Scott Hanselman's blog - which I found thanks to another post on StackOverflow

    WaitIn website

提交回复
热议问题