Computer Science, asked by dwivedishruti5529, 1 year ago

Difference between testing and debugging with example

Answers

Answered by vidyasagarmanepalli
1

Testing is a process of finding bugs or errors in a software product that is done manually by tester or can be automated. Debugging is a process of fixing the bugs found in testing phase. Programmer or developer is responsible for debugging and it can't be automated.

Answered by krishnadvv015
2

Answer:

Difference between testing and debugging

Explanation:

*Testing is a process in which a program is validated

*Testing is completed when all desired verifications against specifications have been performed

*Debugging is a process in which the errors are removed from the program

*Debugging is finished when there are no errors and the program is ready for execution

Similar questions