Feb 20 2008

The Immediate Window in Visual Studio 2008 can save you some time!

Category: C# | Softwarefossmo @ 16:59

As you probably know, you can use the Visual Studio Immediate window to execute a method while your application is running, but you also can execute a method while the application is not running. Lately I have used this functionality to execute methods I'm working on without running the project. Like, for instance, in the figure below I didn't remember the syntax to format a date. So I wrote a test method and fired up the Immediate Window (Control-Alt+I or from the menu: Debug->Windows->Immediate) and entered Model.Tasks.testDate() (Model is the namespace, Task is the class and testDate is the method). The method was executed, and I got confirmed that my syntax was correct. This way I saved a lot of time. I didn't need to wait for VS.NET to compile the code, and execute the project.

 

immediate

Tags:

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Feb 19 2008

UI Testing framework

Category: Testingfossmo @ 17:05

Thoughtworks have released a project called "White" which is a UI Testing framework for WPF, WinForms, Win32 and SWT (Java). How cool is that? ;-) I haven't tried it yet, but one of the following days I'm going to look into it. It looks very promising. I'm going to post all about it when I have tested it.

codeplex

Link to the project page

Tags:

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Feb 10 2008

Slides from my session at NNUG 31. January

Category: NNUG | Presentationfossmo @ 16:31

About two weeks ago I and my co-worker Kjetil held a presentation about Test Driven Development at the Norwegian .Net User Group in Trondheim. Below you find the slides from the presentation.

If you have any questions from this session, please contact me via e-mail.

nnug

Slides from NNUG: TDD.zip

Tags:

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5