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
could anyone explain application testing in sequence order i don't have any experience in that
Where we have to use perl scripting in Testing approach and its importance
what is agile model and spiral maodel?pls explain with an example?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
What is the difference between system testing and integration testing?
Are there more defects in the design phase or in the coding phase?
what is difference between win 98 and win 2000 poertating system?which is better one?
What is fuzz testing?
What is white box testing?
Diffrence b/w functional testing,functionality testing,system testing?
Different types of design diagrams that supports to write test cases ?
Can you explain v model in manual testing?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?