开源测试工具white入门教程

开源测试工具white入门教程

ID:9219531

大小:1.20 MB

页数:22页

时间:2018-04-23

开源测试工具white入门教程_第1页
开源测试工具white入门教程_第2页
开源测试工具white入门教程_第3页
开源测试工具white入门教程_第4页
开源测试工具white入门教程_第5页
资源描述:

《开源测试工具white入门教程》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、WhiteOpeningSourceFrameworkforautomationhttp://white.codeplex.com/IntroductionWhiteisaframeworkforautomatingrichclientapplicationsbasedonWin32,WinForms,WPF,SilverlightandSWT(Java)platforms.Itis.NETbasedanddoesnotrequiretheuseofanyproprietaryscriptinglanguages.Tests/automationprogramsusingWhi

2、tecanbewrittenwithwhatever.NETlanguage,IDEandtoolsyouarealreadyusing.Thisisanopensourceframeworkforautomation.YoucanautomateWin32,WinForm,WPFandSWT(java).Inordertodeterminewhichcontrolsareautomatable,pleaseuseUISpyorUIAutomationVerifytocheckwhetherthesecontrolsarevisibleusingMSUIAutomation.

3、WhiteisbasedonUIAutomationframework.Howwhiteworks?Atruntimewhiteprogramsstackwouldlooklikethis.WhiteprogramsmustruninadifferentprocessfromtheAUT(ApplicationUnderTest)process.Sample使用开源测试框架White开发UI自动化测试Tostartwithyouneed:1.VisualStudio.2.WhiteFramework.3.UISpy.White下载地址:http://white.codeplex

4、.com/releases/view/29694TestCalculatorApplicationwhitwhiteScenario:1.Runthecalculator.2.Clickon“2”.3.Clickon“+”.4.Clickon“3”.5.Verifytheresult“5”.Thecodeintheeditoris:usingSystem;usingSystem.Text;usingSystem.Collections.Generic;usingSystem.Linq;usingMicrosoft.VisualStudio.TestTools.UnitT

5、esting;usingNUnit.Framework;usingWhite.Core;usingWhite.Core.UIItems.WindowItems;usingWhite.Core.Factory;usingWhite.Core.UIItems;usingWhite.Core.UIItems.Finders;namespaceCalculator_Sample{[TestClass]publicclassCalculator{[TestMethod]publicvoidcalc(){Applicationcalcapp=Applicatio

6、n.Launch("calc.exe");Windowcalcwindow=calcapp.GetWindow("Calculator",InitializeOption.NoCache);Buttontwo=calcwindow.Get

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。