Monday, March 24, 2014

Testing! Class of March 24, 2014

In today's class I learned different types of testing like: unit, integration, and system. Unit testing tests individual parts. Integration testing joins all the programs you unit tested to see if they work. System testing tests correctness and that system runs correctly. An important rule for testing to remember is that the programmer needs to "test every function in a program in which every other function in that program has already been fully tested and debugged".

No comments:

Post a Comment