WPF Controls – input interactions
Plan:
Area: Controls Title: Controls – input interactions
Scenario:
1. Repeated interactions with controls
2. Use mouse, keyboard, touch, stylus, UI Automation
Stress Attack Point:Any leaks in handlers/ robustness Failure: Out of memory
Estimated Time: 2010/11/22-2010/11/26
First day(2010/11/15)
step 1: Material search
1. Automating UI Tests In WPF Applications ( Have code to download)
http://msdn.microsoft.com/zh-cn/magazine/dd483216.aspx
2. WPF 模拟UI 键盘录入 ( Have code to download)
http://www.cnblogs.com/gnielee/archive/2010/08/10/wpf-keyboard-auto-input.html
3. .net中模拟键盘和鼠标操作
http://www.cnblogs.com/sixty/archive/2009/08/09/1542210.html
4. UIAutomation and WPF
http://www.51testing.com/html/26/122326-217687.html
5. IInvokeProvider.Invoke 方法
6. WPF:自动点击某个FrameworkElement(该网站已被和谐,要FQ才可)
7. TestAPI