随笔分类 -  dotnet

摘要:1. 读取DataTable GetDataFromExcelByConn(bool hasTitle = false){ OpenFileDialog openFile = new OpenFileDialog(); openFile.Filter = "Excel(*.xlsx)|*.xlsx|... 阅读全文
posted @ 2015-05-18 17:37 Ellie_Auto 阅读(1187) 评论(0) 推荐(0)
摘要:使用UI Automation实现自动化测试--5 (Winfrom和WPF中弹出和关闭对话框的不同处理方式)在使用UI Automation对Winform和WPF的程序测试中发现有一些不同的地方,而这些不同来自于Winform与WPF的处理机制不同。下面我们通过一个简单的实例来加以说明:实例描述... 阅读全文
posted @ 2015-04-15 22:55 Ellie_Auto 阅读(5605) 评论(0) 推荐(0)
摘要:IntroductionUI Automation是Microsoft .NET 3.0框架下提供的一种用于自动化测试的技术,是在MSAA基础上建立的,MSAA就是Microsoft Active Accessibility。UI Automation在某些方面超过了MSAA,UI自动化提供了Win... 阅读全文
posted @ 2015-04-14 23:39 Ellie_Auto 阅读(22462) 评论(1) 推荐(2)