Tools for automating SilverLight application

我只是一个虾纸丫 提交于 2019-12-02 02:15:01

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.

Jeff Wilcox

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!

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).

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