[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


how do u differentiate the bugs? how do u find the severe...

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)

Question by neswar
Submitted on 7/29/2003
Related FAQ: comp.software.testing Frequently Asked Questions (FAQ)
Rating: Rate this question: Vote
how do u differentiate the bugs?
how do u find the severe bug?


Answer by Charles  Nichols
Submitted on 8/2/2003
Rating:  Rate this answer: Vote
The answer to how one "differentiates" between bugs depends upon for whom the bug report is intended.  A CEO of a company is only concerned about whether or not the product will be released on time and, if not, why.  A project manager is primarily concerned with when the bug will be fixed (now, later, never).  The question gets interesting for those working below these levels.  Everyone has an opinion on how to classify a bug.  I suggest you read the IEEE standard 1044 and Boris Beizer's17 page Bug Taxonomy appendix to "Software Testing Techniques - ISBN 0442245920."  The overriding question one should always ask is "How does this bug affect the customer."

There is no simple answer on how one can find the "severe" bugs.  The answer to that question comes with experience and knowledge of the customer's domain.  This FAQ contains a list of books on testing which is as good a place as any to begin.

 

Answer by jai
Submitted on 10/28/2003
Rating:  Rate this answer: Vote
Bugs can be differntiated as Critical,major and minor.

There is no straight answer for finding severe bugs.Because it depends on how the application is developed.
But as far i'mconcerned if u are having good domain exposure and flow of how ur application works then u can able to find bugs.

 

Answer by jagan mohan reddy jambapuram
Submitted on 3/24/2004
Rating:  Rate this answer: Vote
there is a small difference between  

defect,bug and error.

defect:missing requirement
bug:missing functionality
error:cosmetic

sevearity:showstopper,major,minor,and low

based on priority we have to classify the severity.

 

Answer by Nagenddra Sarma
Submitted on 5/21/2004
Rating:  Rate this answer: Vote
A defect is nothing but deviation from the requirement.

A bug causes a defect.

Usually the word BUG is used for wrong coding. If some  portion of the code causes a defect in the product then we say that,there is a bug in the code.

Where as an error is a misconception resulting from incorrect information

 

Answer by
Submitted on 10/15/2004
Rating: Not yet rated Rate this answer: Vote
  

 

Answer by Sabyasachi
Submitted on 12/7/2004
Rating: Not yet rated Rate this answer: Vote
Bug is the problems in the software.

Defect is caused by bugs.

 

Answer by sangi
Submitted on 3/4/2005
Rating: Not yet rated Rate this answer: Vote
There are three levels in severity:
1. If the defect is show stopper, If you cannot continue work without fixing this defect, Then it is severe defect and priority is urgent.
2. If its missing functionality and work around is possible, then it comes under level 2
3. If it is a typo error, then it comes under severity level 3.

 

Answer by lalatendu das
Submitted on 4/18/2005
Rating: Not yet rated Rate this answer: Vote
Well Bugs can be differentiated as
1. Blocker/Show stopper
2.Critical
3.Major
4.Minor
5.Low

Blocker is the type which prevents the application under test to get loaded or to proceed for testing. Critical is the one which is affecting the major functionality of the application under test and needed to be fixed immediately. Major is the one which does affect the functionality but is not critical. Minor bug do not affect the functionality but needs to be fixed. Low is a bug which is of least importance and can be fixed in the next build.

 

Answer by vijaya kumar.H.V
Submitted on 4/18/2005
Rating: Not yet rated Rate this answer: Vote
What is the exact difference between Priority and Severity

 

Answer by Pruthvi
Submitted on 7/1/2005
Rating: Not yet rated Rate this answer: Vote
Bugs can b classified as follows--
Cosmodic errors--contains spelling mistakes.
Functional deviations.
Fatal Errors--system crashes.
Standard violations--instead of YES---No on the button.
Security errors

 

Answer by Lalatendu das
Submitted on 10/13/2005
Rating: Not yet rated Rate this answer: Vote
The bugs are assigned the severity as per there impact to the project release. There are four gradings which are given.
Critical, Severe,Significant, Minor.

Critical is given to a bug which is severely jeopardizing the release under test.

Severe is given to a bug which is affecting the major functionality or an installation failure.

Significant is given to a bug, which is affecting the basic functionality of the product.

Minor is given to a bug which is an UI error or a bug which can be done up with in the current release and can be fixed up in a later build.

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.