Is there any way to automate windows forms testing?

后端 未结 7 1197
闹比i
闹比i 2020-12-04 13:15

I am familiar with nunit for unit testing of the business layer however I am looking now to automate the test of the win forms gui layer.

I have seen watin and the

7条回答
  •  攒了一身酷
    2020-12-04 13:35

    Here are some links from MSDN Magazine on automatic testing code:

    • Using UIAutomation Bugslayer March 2007
    • Using PowerShell Test Run December 2007
    • Tester, a utility for recording mouse clicks and keystrokes, then playing them back & program checking behaviour. Excellent for unmanaged code. Uses windows handles so may not work well for managed code. Bugslayer March 2002.

提交回复
热议问题