Geeks With Blogs
Geeks with Blogs, the #1 blog community for IT Pros
Start Your Blog
Login
Thomas Weller
43 Posts
| 149 Comments
My Other Recent Posts
Making Selenium 1.0.1 work with Firefox 3.6
miniSCRUM – things can be soo easy and simple
It's the maintenance, stupid! (or: Something is rotten in developerland.)
Integration testing an ASP.NET MVC application without web server or browser
Integrating a LinFu IoC container with your ASP.NET MVC application
Unit testing StyleCop rules
Including custom client-side validations in your ASP.NET MVC app
Validating business objects with AOP (3: UI with ASP.NET MVC + xVal)
Validating business objects with AOP (2: persistence with NHibernate)
Validating business objects with AOP (1: the domain)
News
Can’t code without
The best C# coding assistance and
refactoring plugin for Visual Studio
Post Categories
Unit Testing/TDD
Readability
Automation
NHibernate
Project Management
Architecture and Design
Business
Open Source
Freelancing
General programming/C#
ASP.NET (MVC)
Aspect-oriented programming
Dependency Injection/IoC
Code Coverage
Archives
November, 2011 (3)
October, 2011 (1)
February, 2011 (1)
July, 2010 (1)
April, 2010 (2)
February, 2010 (4)
January, 2010 (1)
December, 2009 (2)
November, 2009 (9)
October, 2009 (2)
September, 2009 (11)
August, 2009 (6)
// ThomasWeller
C#/.NET software development, software integrity, life as a freelancer, and all the rest
10
Nov 11
Testing Entity Framework applications, pt. 3: NDbUnit
Comments (2)
|
Share
This is the third part of the three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework on top of an MS SQL Server database – an architecture that can be found very often, and that originally came up in the broader context of writing User Acceptance Tests. It shows how you could handle such a scenario with the NDbUnit framework.
Posted On
Thursday, November 10, 2011 7:36 AM
Unit Testing/TDD
,
Automation
,
Open Source
08
Nov 11
Testing Entity Framework applications, pt. 2: Typemock
Comments (9)
|
Share
This is the second part of the three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework on top of an MS SQL Server database – an architecture that can be found very often, and that originally came up in the broader context of writing User Acceptance Tests. It shows how you could handle such a scenario with the Typemock Isolator tool.
Posted On
Tuesday, November 08, 2011 7:27 AM
Unit Testing/TDD
,
Automation
06
Nov 11
Testing Entity Framework applications, pt. 1
Comments (2)
|
Share
This is the first of a three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework on top of an MS SQL Server database – a scenario that can be found very often, and that originally came up in the broader context of writing User Acceptance Tests. It describes a sample application, discusses some general aspects of unit testing in a database context, and also some more specific aspects of the here discussed EF/MSS
Posted On
Sunday, November 06, 2011 10:25 AM
Unit Testing/TDD
,
Automation
31
Oct 11
Some myths of 'Textbook-TDD', and why they are wrong
Comments (18)
|
Share
During the last months, I was doing software development the 'traditional' way (writing code as accurate as you can, then hoping that it's good enough - HDD, Hope-driven development). When I thereafter reviewed my understanding of Test-driven development, it turned out that there are some concepts that I just don't buy anymore...
Posted On
Monday, October 31, 2011 1:44 PM
Unit Testing/TDD
21
Feb 11
An introductory presentation about testing with MSTest, Visual Studio, and Team Foundation Server 2010
Comments (6)
|
Share
A presentation about the MSTest framework (aka. Visual Studio Unit Testing), some additional tools (e.g. Moq, Moles, White), how this is supported in Visual Studio, and how it integrates into the broader context of a TFS environment.
Posted On
Monday, February 21, 2011 8:05 PM
Unit Testing/TDD
16
Jul 10
dotCover - a new kid on the (development) block
Comments (5)
|
Share
These days, JetBrains (the manufacturer of ReSharper (R#)) released the beta version of a new code coverage tool – dotCover. Here are my first impressions about it…
Posted On
Friday, July 16, 2010 11:34 AM
Unit Testing/TDD
28
Apr 10
Mocking the Unmockable: Using Microsoft Moles with Gallio
Comments (11)
|
Share
Usual opensource mocking frameworks can mock only interfaces and virtual methods. In contrary to that, Microsoft Moles can ‘mock’ virtually anything. Here's a little overview over this framework, together with a suitable Gallio extension...
Posted On
Wednesday, April 28, 2010 1:36 PM
Unit Testing/TDD
17
Apr 10
A way of doing real-world test-driven development (and some thoughts about it)
Comments (3)
|
Share
This post started out to be a reply to another blog post about some detail of the red/green/refactor cycle in TDD. It ended up as a fairly extensive description of my own personal practice of doing TDD in C#, featuring quite some VS add-ins and discussing some (real-world) aspects of test-driven development along the way...
Posted On
Saturday, April 17, 2010 6:38 AM
Unit Testing/TDD
27
Feb 10
A delicious toolbox
Comments (2)
|
Share
As a software developer, I'm especially interested in the various tools that are available to make a developer’s life easier. The knowledge about these tools also forms a substantial part of my professional assets. Most of the links that I bookmarked over the years point to some freely available stuff (e.g. OSS projects), and therefore I decided to make the collection available via Delicious. Maybe it will be useful to other people as well...
Posted On
Saturday, February 27, 2010 2:50 PM
14
Feb 10
Making Selenium 1.0.1 work with Firefox 3.6
Comments (10)
|
Share
Shows how to patch the error that is encountered with the Selenium web testing framework when running it against the latest version of the Firefox browser (3.6)...
Posted On
Sunday, February 14, 2010 10:00 AM
Copyright © Thomas Weller | Powered by:
GeeksWithBlogs.net
|
Join free
Popular Posts on Geeks with Blogs
0
Use the NotMapped Attribute with Entity Framework in Partial Classes
.NET Security Part 3
Tech Learning–Always Start with Hello World
Live Coding During Presentations–Good or Bad?
Using Windows Azure Mobile services to develop Android Applications–Nigeria DevCamp
Geeks With Blogs Content Categories
ASP.Net
SQL Server
Apple
Google
SharePoint
Windows
Visual Studio
Team Foundation Server
Agile
Office
Design Patterns
Web
Azure
Brand New Posts on Geeks with Blogs
0
ReadOnlyObservableCollection
Enterprise Architecture – SOA with a Dash of PubSub
SharePoint QuicLaunch Maker with PowerShell
PowerShell Idiosyncrasy Explained
Things to Watch out for with a Production system in Microsoft Azure