By tag: UnitTest
0
kicks
Docx 2 UnitTest
A Visual Studio 2010 custom tool to generate unit tests from Microsoft® Word® 2007/2010 documents.
0
kicks
Introducing Entity Framework Unit Testing with TypeMock Isolator
One of the challenging things with current version of Entity Framework, its leakage of testability. Which means when you build an application or module (e.g. Repositories) that depends on entity framework, it will be very hard to unit test your code isolated from Entity Framework. This might lead to...
0
kicks
Implementing UnitOfWork Pattern In Linq To SQL Application
Implementing UnitOfWork Pattern In Linq To SQL Application
In my previous post, I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use...
0
kicks
Unit Test Code Coverage - What Is A Good Number?
Should you be aiming for 100% code coverage from your unit tests? Why I don't think it matters.
0
kicks
Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 4
In the fourth part of this series, Keyvan talks about the unit testing concepts related to the MVC pattern and how Microsoft has adapted these concepts for its ASP.NET MVC framework. He shows these principles and the process that should be followed to unit test an ASP.NET MVC application.
0
kicks
How To: Unit Test Hidden Classes
One of the most popular ways to Unit Test .NET code is NUnit. However, I am not going to get in to the basics of Unit Testing in this post. If you are interesting in learning more about NUnit and Unit Testing please visit NUnit QuickStart page. This post is going to deal with how does a developer te...
0
kicks
Test your App using Excel by building your own Test Framework
When writing lightweight test automation, one of your best choices for test case data and test results storage is to use Microsoft® Excel®
0
kicks
TDD Design Starter Kit
A Set of articles on where to do and what to consider when beginning est drivern development. Stay Agile.