write a single scenario which describe error , bug and
failure.
Answer Posted / rahul ubhale
“A mistake in coding is called error ,error found by tester
is called defect, defect accepted by development team then
it is called bug ,build does not meet the requirements then
it Is failure.â€
Error: A discrepancy between a computed, observed, or
measured value or condition and the true, specified, or
theoretically correct value or condition. This can be a
misunderstanding of the internal state of the software, an
oversight in terms of memory management, confusion about the
proper way to calculate a value, etc.
Failure: The inability of a system or component to perform
its required functions within specified performance
requirements. See: bug, crash, exception, and fault.
Bug: A fault in a program which causes the program to
perform in an unintended or unanticipated manner. See:
anomaly, defect, error, exception, and fault. Bug is
terminology of Tester.
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:Commonly refers to several troubles with the software
products, with its external behavior or with its internal
features.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is an inspection in software testing?
What is bug severity?
Hi to all..Now am working at one company as Software tester..I have selected for Accenture via one consultancy.. They have told that joining date will be on 19 th july..But now they are postponed joining date..whether i can trust that or not?Can u plz tell??plzz..whether i can put my paper to releive or not? CAn u telll?
what s test block ratio? please any one answer me..
Hi Friends, Just One Month Back I was Join in Small Company as a Testing Eng.I have Six Month Exp. In this Company all my team memb.r fresher & PM give responsibility on us to prepare all require QC doc. for our new project.So I need ur help in this matter .How Can I start my work and Which Doc.I start to collect & From Where I get Detail Information all abt these thing. Thanks to all friends who give reply to this. Suyog
give me a example of writing a test case,take any good example which i can understand easily.
what is the architecture of your current project?
What are the different types of integration testing?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
What is showstopper defect?
Explain crud testing.
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
What is the most important phase in STLC and Why
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
Write all combinations of test cases for calculater on + symbel