Browse by Tags

All Tags » Unit Testing (RSS)

BDD with Specflow, Moq and Microsoft Unit Testing framework by thangchung

BDD (Behavior Driven Development) is very popular in these days. I know a lot of companies used BDD in our projects. So I also had some curios about it and I applied for my current project. I used Specflow , Moq and Microsoft Testing framework for working...

AOP with StructureMap Container by thangchung

Source code for this post can be found in my git . The first thing I want to say is what is a AOP? So we need to know about the definition of it, yes starting now. Aspect Oriented Programming (AOP) was originally developed in the late 1980’s at the Xerox...

A first look at ConfORM - Part 2 by thangchung

You can find my part 1 here and all source codes in my git . Today I will continue writing about ConfORM. I've said in the previous parts of ConfORM and the advantages of it. This part I will only concentrate on how to build a multiple session factory...

Generating Report for NUnit by thangchung

All source codes for this post can be found at my github . Time ago, I received a request that people ask me how they can generate reports of the results of testing using NUnit? In fact, I may never do this. In the little world of my programming, I only...
More Posts