what is the diffrence between bug, error,defect??
Answer Posted / siva
Error: Error can be either syntax mismatch or runtime (ex:
even though code compiles correctly some times it won't run
correctly due dynamic linking of dlls) error or logical error
(ex: c = a + b, in C language that code works for 2 + 3 but
not for 35655 + 35655, which is a logical error)
Bug: When test engineer finds an issue first he confirms
whether this is issue or not by look at functional spec. If
he confirms its a bug, then it is called as bug.
Defect: When test engineer files/tracks that bug in a bug
tracking tool like Bugzilla or QC something like that there
after Bug becomes Defect.
But in general usage both bug & defect are same
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is AGP?what is setup.inf?What are the ways to install driver?
About Testing
Can you do system testing at any stage of sdlc?
What are the main key components in Web applications and Client Server applications? and their differences?
What is meant by entry criteria and exit criteria in software testing?
What is revision history and the content of revision history table?
after completeing testing ,what would u deliver to the client?
1.What types of documents would you need for QA, QC, and Testing?
what is sanity test (or) build test?
What are the disadvantages of manual testing?
1. what exactly is heuristic checklist approach for unit testing ?
How to do the performance testing manually? Does you have a test case for that?
how to connect oracle with test director? in testdirector we will be getting only reports? pls answer Thanks in Advance
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
What is white box testing, and what are the various techniques?