135k views
17 votes
PLEASE HURRY.

explain the use of various debugging and testing methods to ensure program correctness

User Psudo
by
4.9k points

1 Answer

9 votes

Answer:

Testing and Debugging are huge activities during software development and maintenance. Testing tries to find the problem while Debugging tries to solve the problem. Only after the testing team reports the defect, debugging can take place.

Step-by-step explanation:

User Pondol
by
6.2k points