SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Testing
|
|
Debugging
|
|
Bug
|
|
Error
|
Detailed explanation-1: -The process of deduction proceeds from some general theories or premises, using the processes of elimination and refinement, to arrive at a conclusion (the location of the error).
Detailed explanation-2: -There are two types of debugging techniques: reactive debugging and preemptive debugging. Most debugging is reactive-a defect is reported in the application or an error occurs, and the developer tries to find the root cause of the error to fix it.
Detailed explanation-3: -Brute force method of debugging is the most commonly used but least efficient method. It is generally used when all other available methods fail.
Detailed explanation-4: -Debugging with a storage dump. Debugging according to the common suggestion to “scatter print statements throughout your program.” Debugging with automated debugging tools.