Stories recently tagged with 'Test'

Writing Maintainable Tests(www.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 1 year, 11 months ago

Writing tests as we all know is a good thing as it gives us confidence in what we are working on. Unfortunately we don't give our tests as much care when righting them so this post gives a few tricks and tips for writing maintainable tests read more...

add a comment |category: |Views: 32

tags: another

Unit Testable Configuration Manager - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

If you are a TDD purist, you should know that accessing file system in Unit Test is violating the rule. But in our application, our infrastructural code often requires to access the configuration values form web.config/app.config. In this post, I will show you how can create a simple wrapper class which you can use in your unit tests without hitting the file ... read more...

1 comment |category: |Views: 239

tags: another

Implementing UnitOfWork Pattern In Linq To SQL Application(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

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 my ongoing UnityCommonServiceLocatorMVC project. Lets assume that in your ASP.NET MVC application you have a method in your controller which will add a category and its associate product in the Northwind database. read more...

add a comment |category: |Views: 566

tags: another

Implementing UnitOfWork Pattern In Linq To SQL Application(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 3 months ago

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 my ongoing UnityCommonServiceLocatorMVC project. Lets assume that in your ASP.NET MVC application you have a method in your controller which will add a category and its associate product in the Northwind database. read more...

add a comment |category: |Views: 566

tags: another

100% Unit Testable Linq To Sql Repository - Kazi Manzur Rashid's Blog(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will show you how you can architect your Linq To Sql repository which will have 100% code coverage. I will use our favorite Northwind database along with my ongoing UnityCommonServiceLocatorMVC project. First, lets add a Linq To Sql diagram in our project and drag n drop the Category and Product table that will look something like foll... read more...

add a comment |category: |Views: 372

tags: another

NHibernate: Testing The Performance Urban Legend(iamnotmyself.com)

submitted by NotMyselfNotMyself(215) 3 years, 10 months ago

I wanted to challenge the dogmatic urban legend passed down from .NET developer to .NET developer since the classic ASP days. That dogma simply states you should always access your database via stored procedure for "performance reasons". Inline SQL is BAAAAAAD. So I fired up Visual Studio, created a class and started writing tests. read more...

2 comments |category: |Views: 398

tags: another

Integrate PartCover.Net, Nant and Cruise Control.Net(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 3 years, 11 months ago

How to run PartCover with Nant, generate an xml report and integrate the report into CC.Net to get your coverage statistics in your Integration server. read more...

add a comment |category: |Views: 705

tags: another

DotNetKicks.com 101(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

Why DotNetKicks.com it is the best .NET news source on the web. read more...

5 comments |category: |Views: 7

tags: another

DotNetKicks.com 101(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 3 months ago

Why DotNetKicks.com it is the best .NET news source on the web. read more...

5 comments |category: |Views: 7

tags: another

No, you're crazy! (or, the problem with assuming that computer program(weblogs.asp.net)

submitted by hgarciahgarcia(1534) 4 years, 3 months ago

An excellent post on how to think about programming as a profession. read more...

5 comments |category: |Views: 0

tags: another

Developer Notes For the ASP.NET MVC Framework(sergiopereira.com)

submitted by DrWatsonDrWatson(690) 4 years, 7 months ago

Review and sample code for the MVC framework. See how your projects and code will look like. read more...

3 comments |category: |Views: 4

tags: another

I see you.(icu.tinsanity.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 7 months ago

ಠ_ಠ < ( Don't kick this. I'm cereal. ) read more...

add a comment |category: |Views: 7

tags: another

DotNetKicks.com - Now running on the open source codebase(pownce.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

I have just switched DotNetKicks.com to use the new open source codebase - svn revision 101. The site is now using SubSonic as the DAL. Please kick the tires if you can. Report any bugs to google code site: http://code.google.com/p/dotnetkicks/issues/list read more...

8 comments |category: |Views: 5

tags: another

Unit Testing for Performance(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years, 1 month ago

Here's a quick and easy way to incorporate performance testing into your everyday unit tests. read more...

1 comment |category: |Views: 0

tags: another

RssBuildsPublisher for CruiseControl.NET(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

A robust Rss Publisher for CruiseControl.NET has been built and available for download on CodePlex. read more...

add a comment |category: |Views: 14

tags: another

Object Test Bench(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 5 months ago

There is a tool in Visual Studio called the Object Test Bench. In this article I present an overview of its features and compare it to the Immediate Window which in my opinion almost always does the job better and faster. read more...

add a comment |category: |Views: 88

tags: another