what is the difference between a error,defect and a bug
Answer Posted / arun
Error :
• Programmatically mistake leads to error [ Developer ]
• Syntax error, logical error, runs time error, compilation error etc...
Bug:
• Mismatch between the Expected result & Actual result.
• Deviation from the expected result. [ Tester ]
• Anything that causes customer dissatisfaction.
Defect:
• Mismatch from the requirement / Specification
• Problem in algorithms leads to failure [Incorrect program]
• Eg: Add func  2+2 = 4 (correct); 2+2 = 0 (defect)
• Problem in algorithm leads to failure
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the rule of a "test driven development"?
Can any body worked in QA in Finincail / Trading experience. i appreciate if you ans my some questions.
What test strategy followed in your project?
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
What is difference between qa, qc and software testing?
-What do you think about unit testing? -How do you assure quality of the code you release? -How do you release software?
What if the software is so buggy it ca not really be tested at all?
What do you like most about Quality Assurance/Testing?
What is base concept of QA against usability Issues
In one project, How much “%” effort made by SQA Tester? e.g. : developer = 35%, manager = 10%, etc.
how we apply cmmi and iso in oyr testing or qa do it have some specifuc format
What the first thing You’ll do as a SQA Tester if I hired You?
What is the difference between black box and white box testing?
Explain what is bug triage?
Give me example of automate the regression test suite ........Thanks...