随笔分类 -  软件测试学习笔记

记录软件测试相关知识
WPF: 使用TestApi模拟用户输入
摘要:介绍模拟用户输入的一些方式,以及TestApi在WPF中的应用方法 阅读全文

posted @ 2010-11-23 11:05 I过T 阅读(1043) 评论(0) 推荐(2)

WPF Controls – input interactions
摘要:Plan: Area: Controls Title: Controls – input interactionsScenario:1. Repeated interactions with controls2. Use mouse, keyboard, touch, stylus, UI Automation Stress Attack Point:Any leaks in hand... 阅读全文

posted @ 2010-11-22 18:07 I过T 阅读(500) 评论(0) 推荐(0)

WPF Rendering 3(硬件加速、软件加速)之:Performance profiling-Perforator
摘要:第三天(11/17/2010)step 3: Practice1. 找一个Animation的demo(要求绚一点的,像素丰富,并将动画速度调快,以提高画面显示难度),在其中加入一个计时器,每隔一段时间修改当前进程的RenderOptions.ProcessRenderMode, 代码如下:[代码]2. 运行以上函数,并运行windows sdk 中的的工具:Performance profili... 阅读全文

posted @ 2010-11-17 19:12 I过T 阅读(2093) 评论(0) 推荐(0)

导航