Skip to content
Snippets Groups Projects
Commit 2c678d4d authored by Dominik Zobel's avatar Dominik Zobel
Browse files

Improve definition for debugging and testing

parent f08d0564
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
......@@ -5,9 +5,9 @@ author: "Dominik Zobel and René Redler"
# Debugging vs. Testing {.leftalign}
**Testing:** Trying to cover all use cases to make a program more robust
**Testing:** Cover as many use cases as possible to make a program more robust
**Debugging:** Trying to fix a broken program
**Debugging:** Identify issue(s) and fix a broken program
## Different kind of errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment