Tools for automating SilverLight application

本秂侑毒 提交于 2019-12-02 06:37:43

问题


I want to automate the application develoepd in silverlight. Can you let me know whether there are any open source tools are available which can be used for automating SilverLight app. Thanks.


回答1:


We are doing UI testing on a Silverlight application using the UIAutomation API, and it works very nicely.

Project White is a library that sits on top of UIAutomation, and many people find it helpful. I prefer to use the UIAutomation APIs directly - it's really not as hard as you might think, as my tutorial shows.




回答2:


If you're looking to perform User Interface Automation (UIA) to simulate mouse clicks, keyboard presses, etc. there is no "easy" way to get this today.

I've seen some third party tools that may work, such as Telerik's. Note that I have not used and do not endorse this, just know it is out there!




回答3:


I am currently trying out Project White and finding it quite easy to use.

Before using Project White I tried out WiPFlash which was also rather easy to use. It just lacked a few features that I was after (Right Click and Drag options).



来源:https://stackoverflow.com/questions/2209776/tools-for-automating-silverlight-application

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