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

Popular posts from this blog

What is the process and project matrics? Explain 3 P's in software engineering.

Explain general format of Software Requirement Specification (SRS).

Difference between file processing system and Database management System.