ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
How the Error, Defect and Bug are related to each other ?.
 Question Submitted By :: Raj.thakur21
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 1
Error: It is the term used to describe a non-conformance to
the explicitly stated requirement.
For example: Let me explain with an example. If the
requirement mentions 5 Plus 3 Divided by 4; the programmer
codes to add 5 and 3 first; and then divides the result [8]
by 4 to arrive at result 2.
But if the actual/intended application requirement is to
first divide 3 by 4 and then add 5; expecting a result 5.75
then this is a classic Design/Code Error.
Bug: Assume that the programmer has actually understood the
intended requirement correctly but has declared/stored the
result as an integer to show a result of 5 instead of 5.75 –
this is called a Bug. Here the programmer has to declare the
variable as “double or float” and not “int”.
Defect: A defect is any of the above but found/un-covered in
the “released-application” - running in the “Production
Servers” [gone “Live”] or may be in “Beta-Release”.
 
Is This Answer Correct ?    0 Yes 0 No
Priya
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 2
Please Explain Mathematically.Its Very Important.please
 
Is This Answer Correct ?    0 Yes 0 No
Chennamsubbaraidu
 
 
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 3
HI Priya, Please Explain Mathematically.Its Very
Important.please
 
Is This Answer Correct ?    0 Yes 0 No
Chennamsubbaraidu
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 4
error: means mistakes in the program
bug:means if the error is  rectified it is called bug
defect:if the error is not rectified it is called defect
small example for above scenario:
 take a pen it consists of cap,stiker....if stiker is lost 
that is called (ERROR),u can replace it with another stiker 
that is called (BUG),if pen has hole we can't replace 
it ,in that condition we called as (DEFECT)
 
Is This Answer Correct ?    0 Yes 1 No
Phaninath
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 5
the terms error,bug,defect are nearly inter connect to each 
other.
error:mistake in the program
defect:mistake found by the test engg is called defect
bug:if the defect is accepted by the developer is called 
BUG: in other words Expected result not equalto Actual 
result is called bug,
for other clarification mail me at 
phani555chintapalli@gmail.com
no:9247585911
 
Is This Answer Correct ?    0 Yes 0 No
Phaninath
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 6
If in the Req it is to first divide 3 by 4 and then add 5; 
Error : the programmer codes to add 5 and 3 first and then 
divides the result ( calculation is not doone as mentioned 
in the req )
Bug: programmer understands but declares the variable 
differently ie in this case, it must be double or float 
but declares it as int.
 
Is This Answer Correct ?    0 Yes 0 No
Priya
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 7
Defect:deviation from the requirement specification

Bug:deviation from the Functional specification

Error:related to source code like syntax error,logical 
error etc
 
Is This Answer Correct ?    0 Yes 1 No
Saraswathip28
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 8
In an interview point of vie all these sounds same which 
interrupts the succesful execution and expected out. But in 
general
Error: i sthe mistake performed by the developer like 
syntax error
Bug: is the deviation between the Actual out put and the 
expected output.
Defect: Bugs that are accepted by the developer is called 
defect
 
Is This Answer Correct ?    1 Yes 1 No
Anjali
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 9
error : A mistake in a coding is called error

defect or issue:  due to errors in coding testing engineers 
are getting mismatches of our app. build this is defect or 
issue

bug: these defects or issues are accepted by the developers 
then it is bug.
 
Is This Answer Correct ?    0 Yes 0 No
Ch.s.m.prasad
 
  Re: How the Error, Defect and Bug are related to each other ?.
Answer
# 10
Error: problem related to a program is called error.
Defect: problem that is identified by testing department is 
called defect.
Bug:error that is identified by development department is 
called bug.

In my opinion error and bug are same.
 
Is This Answer Correct ?    0 Yes 0 No
Shailaja
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
If developer is not agree with your bug then what is your response? US-Technology3
what are the kpas(key process areas) in u'r company? IBM3
How do u ensure that there are no duplicate testcases?  3
Explain in detail whole test process activities. Sonata2
What is the actions will be taken after preparing and reviewing test cases. Directly we will go for execution and how can we know the status of the application(whether the build is completed by unit testing).After unit testing completed, what are the next steps????  1
What is User Acceptance testing and when u'll do this and who will do this testing. If u got any bug while doing UAT what would be the status of Severity and Priority? Wipro4
Whatz the main use of preparing a tracebility matrix  3
what is 'v'model?  4
How we prepare the Requirement Traceability Matrix(RTM). Write the format please.  2
what is entry criteria for testing? QA4
where do we store our test cases>? TCS5
What is Dataguidelines?  1
What is a TEST CONDITION?When it is used?who prepares tesst conditions? Also pls explain me clearly with an example.Plsss reply me fast. Thanks for the repliers. TCS2
what is the diff. between Test Case and Test Secenario ? give me one example ?  1
How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such… Virtusa3
What is the initial stage of testing?  3
What is checklist? who will prepare it? i face this question in HSBC? HSBC4
what is regression testing & resting? Wipro6
what is the difference between regression testing and re testing..? AZTEC9
Differences Between Whitebox testing and Blackbox testing CSC6
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com