November 2014
Beginner
336 pages
10h 58m
English
When you are writing code, you should include testing and debugging in your workflow. First write some code, then run your tests, then debug the test failures, and then write some more code. When you have written enough code, you can do some integration testing (manual or automated) by actually using your program. You can debug any problems you find while doing integration testing and then repeat the entire cycle. When you find a bug, create a new automated test to ensure that the bug never shows up again. Including testing and debugging in your workflow helps you write high-quality code much more quickly.
Read now
Unlock full access