Thursday, September 1, 2011

develop test-first

Trying to approach development in a better way this month:
  1. Fight through unknowns in a unit test.
  2. Set breakpoints in the test.
  3. Right-click in the file and select: Run Tests
  4. Let the test run or stop it.
  5. The "Test Results" pane should appear and moreover this pane should be kept around, docked.
  6. Click on "Debug" in the "Test Results" pane.
  7. Do the usual debugging
    • F5 goesto the next breakpoint
    • F10 goes to the next line in the same file
    • F11 goes to the next line called even if it is in another file

No comments:

Post a Comment