What is the difference between bug and defect???
Answer Posted / ananth
Defect is non conformance to the requirements and the test case.
Bug is a undesired functionality crept in. This could be
because of a scenario not thought of during requirements
gathering.
The best example of a bug is the Y2K. most of the systems
worked up to 1999 and couldn't round of to year 2000.
The floor and ceil is another example - 14.3 when rounded
off should round off to 14 and not 15 as per majority of the
requirement.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is date field test case
What is a test severity and test priority? difference between them with suitable examples?
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
What is the role of the test group vis-?is documentation, tech support, and so forth?
What types of testing is specifically important for web testing?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What are the various techniques in black box testing?
what are metrics and what are metrics did u collect in you are project
What is configuration management in software testing ?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
What is testing and maintenance?
What are the main key components in client and server applications?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What is the difference between GUI Testing,UI testing and Usability TEsting