What is the difference between bug,defect, error, failulre,
fault & mistake?
Answers were Sorted based on User's Feedback
Answer / akshay rastogi
Error occurs when the Programmer write the wrong syntax or takes the variables in unauthorized manner in programming.
Defect occurs due to errors. Using wrong syntax if programmer finds deviation in the results then it is so called defect.
We can say that if error is detected by a software developers
then it is called defect .
&
If that error is acknowledged by software developers it is called bug.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / richs
Fault- Occurs in a computer program
Error-When actual result is not the same as expected, it is an Error
Bug - The malfunctioning of software due to existance of fault is called Bug
Please refer to the website below for details
<a href="http://richasd.blogspot.in/2016/01/difference-between-defect-bug-error.html">What is the Difference between defect, bug, error, failure ?</a>
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rfsf
http://richasd.blogspot.in/2016/01/difference-between-defect-bug-error.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dhanraj.n
Defect is something is not working according to the
requirement OR Deviation from requirement specification.
Bug is the informal name given to the defect.
Error is generally used by the developers
i.e compile time error and run time error.
Failures are caused by the defects.
| Is This Answer Correct ? | 8 Yes | 9 No |
Answer / varshab
Error/Mistake : It is human action that could result in
incorrect result.
Bug/Defect/fault : Flaws in component or system that may
cause system or component to fail to perform its specified
operation.
Failure:Deviation from specified result.
If user has used software incorrectly then that's error and
it ll result into bug and if this bug is occured during
execution of component then system will fail.then its
called as failure.
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / padma
bugs is an error found before the application goes in to
the production
error it is an undesirable deviation from requirements
defects : is an application after goes in to the production
fault: when everything is correct but no output that is
called the fault
failure:in correct output
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / parves
Bug: It is also a error bt that can not hamper the total program.Its only can stop some properties of the program.And program become unusable a some functionality.
Error:In a easy word its a man made fault.That can stop the execution of whole program.
Failure: Its the affect of error.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / rohan
failure:In ability of a system to perform the functionality
acc. to its requirement.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / gumnam tester
1. Fault & Mistake: wrong coding done by Developers
2. Failure: When the result is not equal to actual result
then it is said to be Failure
3. Error: Faults and Mismatches in Coding during testing is
called Error
4. Defect: When Testengineer find that Errors called that
Defect
5. When Developers Accepted that Defects then it is called
Bug
| Is This Answer Correct ? | 19 Yes | 21 No |
Answer / hema
dont think deep, a fault is a fault and default is a default
| Is This Answer Correct ? | 3 Yes | 12 No |
What is acceptance testing?
what is diffrerence between build and version
Write SQL query to see first 100 recorders from table?
Can anybody provide me links for the ISTQB certification materials?
Tell me about a difficult time you had at work and how you worked through it.
What are the meetings conducted your company
What is the difference between Product-based company and Projects-based company?
22 Answers CTS, Google, Wipro,
Good testing tools institute in Bangalore?My name is Vishal V
What is Hybrid testing?
What is a test requirement?
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
What r the document required for testing?