1.

State the difference between bugs and errors

Answer»

Bugs and errors differ in the following ways:

BugsErrors
Software bugs are defects, which occur when the software or an application does not work as intended. A bug occurs when there is a coding error, which causes the program to malfunction. Errors in code are caused by problems with the code, which means that the developer could have misunderstood the requirement or the requirement was not defined correctly, leading to a mistake. 
The bug is submitted by the testers.Errors are raised by test engineers and developers.
Logic bugs, resource bugs, and algorithmic bugs are types of bugs.Syntactic error, error handling error, error handling error, user interface error, flow control error, calculation error, and testing error are types of errors.
The software is detected before it is deployed in production.The error occurs when the code is unable to be compiled.



Discussion

No Comment Found