Debugging Unit Tests

From OpenSimulator

Revision as of 04:51, 3 January 2009 by Tlaukkan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Debugging unit tests is useful for both test driven development and resolving build failures.

Debugging Unit Tests with Vistual Studio

1) Download and install NUnit which includes NUnit GUI.

2) Start NUnit GUI

3) Open project and choose the test dll you want from OpenSim/bin directory (for example OpenSim.Data.MySQL.Tests.dll)

3) Open your OpenSim solution to Visual Studio.

4) Attach NUnit GUI process to Visual Studio by choosing Debug -> Attach to Process.

5) Set break points in visual studio.

6) Execute unit tests from NUnit GUI and Visual Studio should let you debug at the chosen break points.

Personal tools
General
About This Wiki