what is the difference between Error,Defect,Bug,Failure
Answers were Sorted based on User's Feedback
Answer / gayathri
error:the mistake in progarm like syntax error ....
defect:tester found the error is call defect.
bug:developer accept the tester defect is call bug
failure:deviation between actual result and expected result
| Is This Answer Correct ? | 16 Yes | 6 No |
Answer / garima
Error : A discrepancy between a computed, observed, or
measured value or condition and the true, specified, or
theoretically correct value or condition. See: anomaly,
bug, defect, exception, and fault
Failure: The inability of a system or component to perform
its required functions within specified performance
requirements. See: bug, crash, exception, fault.
Bug: A fault in a program which causes the program to
perform in an unintended or unanticipated manner. See:
anomaly, defect, error, exception, fault.
Fault: An incorrect step, process, or data definition in a
computer program which causes the program to perform in an
unintended or unanticipated manner. See: bug, defect,
error, exception.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / ravi sinha
Error : A discrepancy between a computed, observed, or
measured value or condition and the true, specified, or
theoretically correct value or condition. See: anomaly,
bug, defect, exception, and fault
Failure: The inability of a system or component to perform
its required functions within specified performance
requirements. See: bug, crash, exception, fault.
Bug: A fault in a program which causes the program to
perform in an unintended or unanticipated manner. See:
anomaly, defect, error, exception, fault.
Fault: An incorrect step, process, or data definition in a
computer program which causes the program to perform in an
unintended or unanticipated manner. See: bug, defect,
error, exception.
Defect: Mismatch between the requirements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / veena nair
If we're talking about a problem that exists in the design
of DNS or
in a particular implementation, we should call it
a "defect" (this is
the standard term among the safety engineers for what we
programmers
informally call a "bug"). If we're talking about a problem
that
exists at run-time, when something goes wrong internally,
we should
call it a "fault". If we're talking about somebody getting
ripped off
because they relied on DNS and a criminal exploited DNS,
then we
should call it a "failure".
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ravi
error:- a human action that give incorrect results
failure:-A Failure is a ‘Deviation of the component or
system from its expected delivery, service or result’
Failures can be caused by environmental conditions as well
E.g. radiation, magnetism, electronic fields
Pollution can cause faults in firmware or influence the
execution of software by changing hardware conditions.
defect:A flaw in a component or system that can cause the
component or system to fail to perform its required function
Bug:A mistake in coding called 'error'.If that error
identified by test engineer called defect. That defect is
fixed by developer is called bug.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / msm.fathih
A failure occurs when the observed behaviour differs from the expected one. Note that the reference is the expected behaviour, not the specification, since even the spec could be false.
An error is the part of the system state which may lead to a failure.
A fault is the cause of an error. A software fault lies in software, a hardware fault lies in hardware.
According to the ISQTB a fault is a defect. There definition of a defect is as follows:
defect: A flaw in a component or system that can cause the component or system to fail to perform its required function, e.g. an incorrect statement or data definition. A defect, if encountered during execution, may cause a failure of the component or system.
failure: Deviation of the component or system from its expected delivery, service or result.
Basically, defects, bugs and errors are the same.
(Information System, university of colombo school of computing)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anamika
Error means any deviations in the applications from the
requirements.
Bug means if the errors are identified during testing time.
defects means if the errors are not identified during
testing time,but are identified during production time.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / shiva
Quality Center is Defect tracking tool,consider as advance
Test Directory tool from HP.
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / gopaldas
1>Error or mistake is nothing but a human action which
produces an incorrect result.
2>Defect is a fault in the software due to human action
also called as Fault or Bug.
3>Failure is a deviation from expected behaviour.
| Is This Answer Correct ? | 2 Yes | 5 No |
Explain Bug Life cycle What is integration testing and regression testing What is verification and validation How does winrunner recognizes the project which is in custom build What is expert view and tree view How does QTP identifies the project What is the difference between Winrunner and QTP What is Test Director and which version of test director your are using in your project What is a test plans what are the contents present in a test plan What is the risk of testing a project
What Tester should do after getting Requirement Doc?
What is frame level testing and how do we test it?
what is the difference between sanity testing and smoke testing.
Could someone please send me real check list for Database Security testing.Please my mail ID- patil.ramchandra@yahoo.co.in. Thanks.
what are the 3 test tool categories and describe what each can do.
1. fault based testing is reversed of which testing? option.1 conventional software testing Option 2Operations and classes that are critical or suspect Option 3 Use-case validation Option 4White-box testing of operator algorithms 2. Testing OO class operations is made more difficult by Option 1 Encapsulation Option 2 Inheritance Option 3 Polymorphism Option 4 Both Inheritance and Polymorphism 3. Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning 4.Client/server architectures cannot be properly tested because network load is highly variable. Option 1 true Option 2 false 5. Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security Option 4 time 6.Which one is not key term used in internal control and security Option 1 Threat Option 2 Risk Control Option 3 Vulnerability Option 4 Exposure 7.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products. Option 1 true Option 2 false 8.Static testing requires...? Option 1 Binaries Option 2 Source code Option 3 Product Option 4 Executables 9.etesting is testing the application with multiple sets of data is called retesting Option 1 true Option 2 false
What is the Regression Testing Process followed in your company?
What is the Myers Boundary Table?
hi there… can any1 tel me small testing companies in bangalore to work…I hav learnt testing basics at home..I want to experience d job…watever may b d salary i dont bother..I just want to gain knowledge thanx in advance…
hi can somebody suggest standard format for web based testing? especially with numerous sublink to be tested. thanx
What is the difference between Game (video game, mobile game, facebook game...etc) Testing and Software Testing? Why some company dont use testcase for Game, they only find bug and describe it directly to bugbase? And some testcase for Game if u think testcase is necessary for game (ex: testcase for Tetris game)