开发者

Free tool for automating GUI testing of a Windows Forms application and a Web application

开发者 https://www.devze.com 2023-01-05 17:39 出处:网络
Is there a way to automate GUI testing of a Windows Forms application and a web application (HTML) using free tools?

Is there a way to automate GUI testing of a Windows Forms application and a web application (HTML) using free tools?

For example, Ruby + Rspec + Watir work great for web UI testing. IronRuby + Rspec can work for winforms apps. Does anybody know 开发者_开发问答a tool that can do both, WinForms and Web?


I've used Autoit for GUI testing of such applications. The donwloadable bundle includes a record-and-play tool, but it's more advisable to use button names/ids rather than recorded (X,Y) coordinates in order to minimize dependency on changes and screen resolution.

0

精彩评论

暂无评论...
验证码 换一张
取 消