Wednesday, January 24, 2007

Developer tools list

Since I was busy from thursday working with failing tests and I didn't check-in till right now...I didn't know I missed tools day. So I'm publishing my list just for the hell of it.

Cruise Control .NET
nUnit
ReSharper
nAnt
SlickRun
Notepad2
SysInternals (mostly handle)
MyGeneration
WinMerge
SQLPrompt

Wednesday, January 10, 2007

Test Driven .net shortcut

Isn't it annoying when you are running your tests that you have to right click and choose "run test" in order to performing testing? I found a link that describes how to create a short-cut for your keyboard so you don't need to do this.

http://weblogs.asp.net/nunitaddin/archive/2004/08/30/222447.aspx

Although mine installation was a little different. Instead of finding:
"NUnitAddIn.ManagedAddIn.Connect.Client"

I found:
"TestDriven.Net.Client"

I guess it is the same thing? anywhoo...I did as the instructions say and it works.