Unit Window store app

  

关于window store app使用单元测试,不能使用window下的单元测试模版,需要使用window store app的单元测试模版,同样类库也需要使用window store app下的类库。

1、window单元测试模版,可以使用fakes框架,也可以使用 分析代码覆盖率 ;

2、window store app单元测试模版,不能够使用 分析代码覆盖率;所以无法查看代码覆盖率,需要解决;

一些相关的网页:

win8 新特性:

http://msdn.microsoft.com/en-us/vstudio/aa718325.aspx

Win8社区:

http://msdn.microsoft.com/en-US/windows/apps/br229512

win8程序员博客:

http://blogs.msdn.com/b/windowsappdev_cn/archive/2012/03/30/windows-8-activating-contracts.aspx

使用单元测试验证代码:

http://msdn.microsoft.com/zh-CN/library/dd264975.aspx

在window应用商店应用程序上创建并运行单元测试:

http://msdn.microsoft.com/zh-CN/library/hh441482.aspx

Using the Assert Classes:

http://msdn.microsoft.com/library/ms182530.aspx

http://msdn.microsoft.com/en-US/library/dd293546.aspx

激活windows 8合约:

http://blogs.msdn.com/b/windowsappdev_cn/archive/2012/03/30/windows-8-activating-contracts.aspx

测试windows 8种的Metro风格应用:

http://blogs.msdn.com/b/windowsappdev_cn/archive/2012/07/24/windows-8-metro-testing.aspx

在windows应用商店应用程序上创建并运行单元测试:

http://msdn.microsoft.com/zh-CN/library/hh441482.aspx

Unit Testing:Testing the Inside

http://msdn.microsoft.com/library/jj159340.aspx

为windows应用商店应用程序运行单元测试

http://msdn.microsoft.com/zh-CN/library/jj159320.aspx

Unit

http://social.msdn.microsoft.com/Forums/en/vsunittest/threads

Walkthrough: Creating and Running Unit Tests for Windows Store Apps

http://msdn.microsoft.com/en-us/library/hh440545(v=VS.110).aspx

code Covragge

http://social.msdn.microsoft.com/Forums/da/vsunittest/thread/139888a6-10c8-435e-a84f-36eec29afb7c

Visual Studio Unit Testing :

http://social.msdn.microsoft.com/Forums/da/vsunittest/threads

视频:

http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-529T

http://channel9.msdn.com/Events/Build/BUILD2011

 

Code Coverage Results Blank in VS.NET 2012 

http://social.msdn.microsoft.com/Forums/da/vsunittest/thread/139888a6-10c8-435e-a84f-36eec29afb7c

 

code Coverage Result

http://social.msdn.microsoft.com/Search/en-US?query=Analyze%20Code%20Coverage&beta=0&refinement=109&ac=8

Chutzpah Test Adapter for Visual Studio 2012

http://visualstudiogallery.msdn.microsoft.com/f8741f04-bae4-4900-81c7-7c9bfb9ed1fe

 

 

 

 

 

 

 

 

使用单元测试验证代码

posted on 2013-01-26 23:46  紫雨心  阅读(232)  评论(0编辑  收藏  举报

导航