CS 247 Assignment Two
CS 247 Assignment Two
2. Read tutorials on Topic 13, Topic 14 and Topic 15, and complete the following tasks.
a. What are the four levels of testing?
unit testing, integration testing, system testing and acceptance testing.
b. What is GDB?
GDB stands for GNU Project Debugger and is a powerful debugging tool for C (along with other
languages like C++).