Browse by Tags
All Tags »
unit test (
RSS)
When you build automated WPF functional test using White in which you need to open a file through a Windows open file dialog, you will be confronted with the following issue. Windows open file dialog remember the last path with which you opened a file...
I’d like to introduce a tool that I have added for a month or two in my toolset. This tool is White from ThoughtWorks . Here is the description of White: White: Automate windows applications White supports all rich client applications, which are Win32...
I like the Roy Osherove blog: Five Whys , Leadership in software teams. Follow up on those two posts “ How to measure programmer productivity using TDD Katas ” or “ Be Productive and Go Mouseless ”. I would like to share a little keyboard shortcut which...
I tend to use a lot the Live Template of ReSharper , for example working for some time now with the WPF MVVM pattern I created a ViewModel template of such a class and use it extensively. Today I updated the File Template I use to write my NUnit tests...
In my development process I do use what Rob is describing in his post “ Crazy Talk: Reducing ORM Friction ” with some slight differences. For example I developed Tech Head Brothers portal this way, as Innoveo Solutions web site. I use TDD and Domain Driven...
If you do have Microsoft Source Analysis Tools for C# and JetBrains ReSharper 4.0 installed in you development environment than you might get issue when you run your unit tests through ReSharper Unit Test Explorer and Sessions . As you can read on my...
This Saturday like the last two I planned to work on my wooden terrace, but with the weather we have for this year's spring, it was almost impossible. So I replaced that with some development. I am using Rhino.Mocks as mock object framework and went to...
I finally managed to integrate those two wonderful tools Team City and NDepend as you can see on the following picture: I will post soon the way I use to integrate those two, as I did for NCover .
Starting the development of the new Tech Head Brothers in a remote multi developers environment I wanted to have some tooling to ease our work. For sure we have: A code repository: Subversion installed using VisualSVN server A continuous integration server...
When I started to work on the new version of Tech Head Brothers I decided to use the new version of the unit testing framework from Microsoft. Before making this decision I read that it was much better and faster in several places. As I also wanted to...
More Posts