What are the differences between these three words Error,
Defect and Bug.

Answer Posted / mk

Error /Bug are same meaning error is a logical term and bug
is urological term
Error: The deviation from the required logic, syntax or
standards/ethics is called as error.

There are three types of error. They are:



Syntax error (This is due to deviation from the syntax of
the language what supposed to follow).
Logical error(This is due to deviation from the logic of
the program what supposed to follow)
Execution error (This is generally happens when you are
executing the same program, that time you get it.)


Defect:- when any error find by a tester then it is called a
defect

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of independent testing?

701


What good bug tracking systems have you used?

699


What is a test harness?

715


What is the major problems you resolved during your testing process?

1862


What is typically the most important reason to use risk to drive testing efforts?

705






What it means by test harness?

673


What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

1837


What is equivalence partitioning?

696


What is end-to-end testing?

708


What is memory leaks and buffer overflows ?

749


What are the different types of QA Testing approaches and the process of each?

692


What is the most difficult problem you’ve found during testing?

851


Write a function Occurrences() in a language of your choice that takes in two strings. The first is a search string, and the second is a sentence. For example, running the function: Running Occurrences ("o", "Red Gate Software - Ingeniously Simple Tools") will output: Occurrences of 'o': 4 Occurrences ("at", "The cat sat on the mat") will output: Occurrences of 'at': 3 Sample Question 2: 2)Below is Notepad's File/Save dialog. a) If you were asked to test this dialog, how would you go about it? b) List various inputs you might place into the "File name" text field to test it.

1954


What is Functional, Non-Functional, and Regression Testing used for (i.e. the purpose of each)?

762


Mention the difference between data driven testing and retesting?

679