SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you identify a problem, then isolate the source of the problem, and finally determine a way to correct it, which process does this fall under?KLO:1.3
A
a. Tracing Solutions
B
b. Debugging
C
c. Logging
D
d. Testing
E
0
Explanation: 

Detailed explanation-1: -Use the debugging process to determine where problems occur and then fix those problems.

Detailed explanation-2: -Debugging is the process of finding and fixing errors or bugs in the source code of any software. When software does not work as expected, computer programmers study the code to determine why any errors occurred.

Detailed explanation-3: -The debugging process usually consists of the following: examine the error symptoms, identify the cause, and finally fix the error. This process may be quite difficult and require a large amount of work, because of the following reasons: The symptoms may not give clear indications about the cause.

There is 1 question to complete.