what do you mean by defect,error and bug????
Answers were Sorted based on User's Feedback
Bug and defect are synonyms. Error is different from defect.
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / chiru
Error: A mistake in code is known as Error.
Defect: Mismatches in application is known as Defect.
Bug: Defect accepted by developer is known as Bug.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / savimega
ERROR LEADS TO DEFECT
DEFECT LEADS TO FAILURE
HUMAN ACTION THAT PRODUCES AN INCORRECT RESULT IS ERROR
ERROR LEADS TO DEFECT WHICH CAN CAUSE A OBSERVED FAILURE(BUG)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sarika m gunjale
ERROR:A mistake in programming.
DEFECT:If the error is found by tester while testing it is
called as defect
BUG:If the defect is accepted by developer than it is
called as bug.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nithya
Bug:Mismatch between the actual and excepted result.
Error:Programmaticall or syntax ,Logical and run time error.
Defect:Mismatch between given requirement or Specification.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / madhubabu
Error: if any mistake in coding time is called "Error".
Bug: if the same error is found by a tester in testing time
is called "Bug".
Defect: if the same bug is given to developer to fix is
called "Defect".
| Is This Answer Correct ? | 4 Yes | 3 No |
Error: Programmaticall or syntax ,Logical and run time error.
Bug: when Tester finds Error in very first time , its called Bug.
Defect: Tester report the Bug to the developer, and developer agreed that it is a bug then we called Defect.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / dheeraj shandilya
According to ISTQB Defect and bug are same
Defect:A flaw in a component or system that can cause the
component or system to fail to perform its required
function, A defect, if encountered during execution, may
cause a failure of the component or system.
Error:A human action that produces an incorrect result.
| Is This Answer Correct ? | 1 Yes | 0 No |
BUG(Tester)--->If the TESTER finds the problem in the
application i.e actual result mismatched with expected
result then it is called as bug.
Error(Developer):The developer will say the problem as error
because according to him it may be syntax error or program
error or fault.
Defect(Client): If any bug comes from client side like in
UAT or application in live.Then it will be called as Defect
bu client
If any doubt mail me at nmsridharmca@yahoo.com
| Is This Answer Correct ? | 2 Yes | 4 No |
what are all the possible Test Cases for VoIP based applications
What is the diffrence between Beta Testting & Acceptance Testing
what are the contents of a test plan?
how to indentify memory leakages after the build
What is the difference between smoke an sanity testing with example ?
write the test cases on prime number with result?
what is the chronological order in software testing
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above
how u do database testing
When have you had to focus on data integrity?
can you tell me test case for whatsapp?
7 Answers AFour Technologies, InfoBeans,
What is the difference between coupling and cohesion?