Explain testing and…
 
Notifications
Clear all

Explain testing and Debugging.

3 Posts
4 Users
0 Likes
330 Views
0
Topic starter

..

3 Answers
0

Testing is the process using which we find errors and bugs. 

Debugging is the process using which we correct the bugs that we found during the testing process

0

We use the Testing process to find bugs. We Debug the software or application to identify and resolve errors in code. A tester is someone who performs Testing on any given software or application. Debugging is a process that a developer or programmer carries out.

0

There are various differences between testing and debugging. Testing is the process using which we find errors and bugs. Debugging is the process using which we correct the bugs that we found during the testing process.

Share: