Difference between dynamic white box testing and debugging.
Solution:-
|
Dynamic
white box testing |
Debugging |
|
1. The goal of dynamic white box
testing is to find bugs. |
1. The goal of debugging is to fix
bugs. |
|
2. It include information about what
line of code look suspicious. |
2. The programmer who does debugging
picks process up from there and determines exactly what is causing the bug
and attempts to fix it. |
|
3. Dynamic white
–box testing is a general
investigation process of checking. |
3. Debugging is done once a problem
has been identified and is reproducible |
|
4. Dynamic white-box testing is
testing effort. |
4. Debugging is defect addressing
effort. |
|
5. This testing is done on
architectural basis |
5. Debugging is done on thread basis. |
Comments
Post a Comment