Define the term Bug, Failure, Error?
Answers were Sorted based on User's Feedback
Answer / t.j.stanley
Bug is an error in developer point of view.
Defect is an error in tester point of view.
Failure is an error in customer point of view.
Developer - Tester - Client/end user
| | |
BUG DEFECT FAILURE
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / spangles
Error is an undersirable deviation from requirement. any
problem or cause for many problems which stops the system to
perform its functionality.
Failure - any expected action that is suppose to happen.
absence of expected response for any request.
bug - any missing functionality or any actin that is
performed by the system which is not supposed to be performed
" is an error found BEFORE the appln goes into production?
Reason for the birth of bug
Wrong functionality
missing functionality
extra or unwanted functionality
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jyoti
A human miskate in the coding is all "Error".
Due to this error in the coding the test engineer find the
missmatchs is call "Defect".
When this defect is accepcted by the developer it is known
as "Bug"
The defect is some time is also call as "Issue".
Regards,
Priyanka Tambad,
Software Engineer,
JAMS Technologies PVT.LTD.
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / murali
Error - Human Made Mistakes in writing Code.
Bug - This Error Produces a Defect called as Bug
Failure - Due to this bug system fails to do the expected work is called as failure.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / krishna
Error: Functionality is Missing
Bug:Functionality is there,but not working properly
if a software performance is not up to the mark or
expectations of the Customer,we can say that its a failure.
Most of the times,Error and Bug are of same ,but they
differentiate in their definition
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / avinash chava
Failure is a term used when customer is not satisfied with
the application
Error is a term used to point out programatical mistake.
If any functionality is not working as per requirments then
it is called bug/defect/Issue.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / madhu.p
bug:if any mistake find a tester in testing time then it is called "bug"
error: if any mistake find in coding time then it is called as "error".
defect: if the bug is given to the developer then it fix to the developer or accept the bug then it is called "defect"
| Is This Answer Correct ? | 3 Yes | 2 No |
BUG:deviation from expected is called a bug.
Failure: if any product that not satiesfies the customer need.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / marcin
bug - a static mistake of a developer inside the code
error - wrong inner state of the application in runtime, i.e.
unexpected value of a variable; may be caused by a bug or by
some abnormality of execution environment
failure - a visible result of an error, i.e. unexpected
result, usually caused by an error
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / asad
bug, (failure), error, success, pass etc are the names for
RESULT
so....
when the analysis is done on the result then we give any of
the namings among the groups mentions(etc)
the only exception is when we dont get the result at all is
a FALIURE!
when we get the result then comes the remaining
terminoloigies...Iff it is as expected the result is said
to be pass/sucesss... etc other wise
we have the result ... but its not what has been expected
it is an error...! AND
the reson for an such error(S) is a BUG!
| Is This Answer Correct ? | 1 Yes | 3 No |
IS V Model a Process model or a Technique ? Can V process/Technique if answer for above be implemented in WaterFall Model.
First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.
Orthogonal Arry Testing?
Hi, I need Quality Center user guide.Can any one tell from where I can get it? Thanks, Smita
What is a ‘test plan’?
What is Test management?
What is the diff between IE and netscape in a web testing on a login page.
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
how will we receive the build?is it through mail or not?
wat is exploratory testing? how can u do ?
8. What are the last three Web accessibility topics or questions you researched on the Internet?
1.what is sanity and smoke testing and which one performed first?