What is the difference between bug,error,defect.
Answers were Sorted based on User's Feedback
Answer / maheswar
at the time of coding mistake error,when the mistake
noticed by the tester defect,tester sends this defect to
development team if the developeragrees then it is bug
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramana.moparthi
A programmer detected a problem in programme called error.
The tester detected problem in build called defect/issue.
The reported defect/issue accepted by developers to
resolve,called bug.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / shireesha
ERROR:- error is a problem related to the programme
BUG:- if the defect is accepted by the developer then it is
called bug.
FAULT/FAILURE:- if the customer identify the problem after
the delivery then it is called as fault/failure.
DEFECT:- defect is deviation from requirement
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sailaja
Error : The mistake found in the code.
Bug: During Testing if any functionalities doesnot work
then it is a bug.
Defect: If Expected result is not equal to Actual Result
then it is a defect.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / krishan chaudhary
Actually it is a cycle
(Bug)
Tester TL-------------------------Dev. TL
! !
! !(Error)
! (Defect) !
! Developer
Tester
When Tester finds something mistake then it is a defect, he
send this to his TL, if his TL approves the defect, then it
is bug, he sends this to the developer TL or to the
developer then it an error for the developer.
Am i correct ???
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain branch coverage and decision coverage.
hi what is difference between sdlc and stlc.
Could anyone explain the testing process end to end? I you get a new project what you do, first as a test manager? Explain later steps too...
1.write test cases for bangle 2.what is difference between defect and bug life cycle 3.what are the inputs for writing test cases 4.how to map requirements to test cases 5.where to attached the test cases 6.what is sdlc 7.what are the difference between sanity and smoke testings 8. user accaptance testing types 9.what is the mail module in qc 10.why are u changing ur job
2 Answers Cap Gemini, Synechron,
How to test a website???
when testing will starts in a project?
How does u integrate the modules before performing Integration Testing?
How we test an ERP products? and wat approach we will fallows and wat r the tools avaliable for ERP testing?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
What type testings will be conducted at system testing?Who will conduct each test.
which testing is better equivalenc partitioning or bouandary value analysis and why?
what should we do if the developer rejects the bug?