InterviewSolution
Saved Bookmarks
| 1. |
What Is Code Walkthrough? |
|
Answer» A FORMAL testing technique where source code is traced by a GROUP with a small set of TEST cases, while the state of program variables is manually monitored, to analyze the PROGRAMMER's logic and assumptions. A formal testing technique where source code is traced by a group with a small set of test cases, while the state of program variables is manually monitored, to analyze the programmer's logic and assumptions. |
|