IC窗口
community.icburner.com
Sign in
|
Join
|
Help
首页
精华文章
媒体
问答
维基百科
圈子
精华
VS2010学习
»
All Tags
»
Test
(
RSS
)
Browse by Tags
VS2010学习
Home
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
Integration Testing Your ASP.NET MVC Application
Sneak Preview: Entity Framework 4.0 Testability Improvements
VS2010 Tutorial: Testing Tutorial (Step 2)
Tags
C#
DDD
EF4
Entity Framework
Entity Framework 4.0
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework v2
IoC
jQuery
Kigg
Kigg系列文章
LINQ to Entities
LINQ to SQL
MVC
MVC2
NerdDinner
Oxite
POCO
T4
TDD
Test
Tip
Unity
VS2010
WPF
View more
Archives
December 2009 (8)
November 2009 (1)
October 2009 (18)
September 2009 (4)
August 2009 (24)
July 2009 (70)
June 2009 (180)
EF4
Entity Framework
MVC
VS2010
WPF
Integration Testing Your ASP.NET MVC Application
Let’s start with a quick recap: Unit tests test individual software components. They supply mocks or fake versions of dependencies (such as a database) so that the unit test doesn’t rely on any external code and any failures can be pinpointed...
Published
2009/6/19 10:59
by
革命
Filed under:
Test
,
MVC
Sneak Preview: Entity Framework 4.0 Testability Improvements
Writing unit tests is a core practice in the vast majority of modern software development approaches. There are several benefits to it, but the one I personally tend to value the most is how I can take a component with enough unit test coverage and start...
Published
2009/6/11 13:21
by
革命
Filed under:
VS2010
,
Test
,
Entity Framework
,
EF4
VS2010 Tutorial: Testing Tutorial (Step 2)
Last week I posted the Step 1 tutorial for creating a WPF application from scratch using Visual Studio 2010. In this post, I’m going to create a test plan and test case for the application using the new Visual Studio Test and Lab Manager project...
Published
2009/6/3 11:08
by
革命
Filed under:
VS2010
,
WPF
,
Test