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 |
in atm when we type password it displays password in encrypted form *****.what kind of testing is this?
Could any one tell me about 'Deployment Testing'?Who will use this and when? Thanks In advance.......... Regards, MurthySharma.Manchella
generally what r the questions asked about project ,it may be banking,health care.... etc, i want general questions? pls any one give answer?
A defect which could have been removed during initial stage is removed in later stage how does it affect cost?
what is the difference b/w system testing & functional testing ?
What is the test strategy for installation testing?
TELL ABOUT CMM & ISO LEVELS ? its URGENT plz
What type of testing you are doing ?
What is the difference between Client server and web based systems?
What r the things,u prefer and prepare before starting testing?
How do you prioritize testing tasks within a project?
what is proto type model?