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 |
how do you determine what to test?
Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.
4 Answers Flextronics, Syntel,
What is change request,how u use it
What are the steps to test any software through automation tools?
Testing methodologies and Testing techniques are the same one? Hope Black and White box testings come under test techniques. Then what will come under methodologies ?
Thanks for all who are helping me and Wish u all happy new Year........ Now I have a one more question plz...help me what is the I DIFFERENCE BETWEEN Performance Testing,LOAD TESTING AND STESS TESTING JUST IN ONE LINE ANSWER give me with an EXAMPLE PLZ.... If u have time then post me to my mail id... thank u very much... for ur help.and if anyone wants to talk to me also u can add my id my id is given below. penisetty@gmail.com
What is Low level design & High level design? and brief description.
Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you
which situation will decide the approach (topdown/bottom up) to choose from?
Explain briefly your project.
What is the Difference between Client Server and a web Application?
What type of testing do we perform in requirement phase?