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 |
Can you please let me know the negative test cases for telephone and notepad?
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
plz explain about tracebility matrix with example? thanks in advance
1.exactly when we go for regression testing?why? 2.what is compatibility testing?what defect u found while testing give example? 3.how many test cases you write and execute per day?
define integration testing ,gui testing and functional testing
What is meant by Product-based testing?
What is end-to-end testing when we will do that testing?
what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.
what is meant by Inspections? what arewalkthrough?
What are the different servers and difference between them?
HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.