types of severity and priority explain some detailed
manner ?
Answers were Sorted based on User's Feedback
Answer / sudhakar8
Severity means how badly it harms the system .
Priority means how urgently bug is needed to fix.
Severity is constant....whereas priority might change
according to schedule
Type of Severity:
Critical->defect having high problem
Major.
Medium.
Minor.
Cosmetic->Glamour look.
Type of Priority:
High.
Medium.
Low.
Is This Answer Correct ? | 42 Yes | 3 No |
Answer / vikram
Priority - Priority is the order in which developer has to
fix the bug.
Severity - Severity is how seroisly the bug is impacting
the application.
Eg.
High Priority & High Severity: A show stopper error which
occurs on the basic funcationality of the application .
(Eg. A site maintaing the student details, on saving record
if it, doesn't allow to save the record then this is high
priority and high severity bug.)
High Priority & Low Severity: The spell mistakes that
happens on the cover page or headin or title of an
application.
High Severity & Low Priority: The application generates a
show stopper or system error, (for which there is no
workaround) but on click of link which is rarely used by
the end user.
Low Priority and Low Severity: Any cosmetic or spell issues
which is with in a paragraph or in the report (Not on cover
page, heading, title).
Is This Answer Correct ? | 12 Yes | 5 No |
Answer / dafa
hello guys
priority means the order or sequence in which bug should be fixed .
severity means how much critical the bug is.for the functionality of application .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / balan
Catastrophic defect that causes total failure of the
software or unrecoverable data loss. There is no work
around. In general, a severity 1 defect would prevent the
product from being released. Example: defects that cause the
system to crash, corrupt data files, or completely disrupt
service.
Is This Answer Correct ? | 0 Yes | 1 No |
Severity impacts the business process. It of following
types:
Critical->defect having high problem
Major -> Impacts the main feature of the product
Normal -> Impact some feature of the product
Cosmetic->Miner mistake like spelling mistake in brand name.
Priority -> When a bug is impacted the system.
It is of 4 types (P1, P2, P3, P4) Where P1 is the high
priority and P4 is the lower priority.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / banesh
Hi guys..
Lemme clear ur Doubt as per my knowledge.
In simple sentence,Severity is defined by the priority.
For example:
If Two persons are suffering with fever one is with 103 degrees and other is with 101 degress. Generally doctor needs to attend 103 degress patient first. but if we set priority like for 103 degrees (p2)(medium) and 101 degrees as (p1)(high). then doctor should attend 101 degree patient irrespective of severity, hence i conclude severity is defined by priority. hope provided example is helpful.Thank you ,Banesh
Is This Answer Correct ? | 2 Yes | 4 No |
When a defect is assign as Postponed and differed. explain with example? thanks
Do you know anything about Set Top Boxes?
what is fs
A general Question: If there are two bugs one with high priority and one with high severity, which bug should be fixed first?
What is the difference between Regression and Retest Testing?
1. what's the difference between adhoc testing and monkey testing? 2.If I'm wrong correct me, in one test case there may be only one scenario is included or may be more than two and not for one scenario many test cases are written.. Right?
Explain in detail whole test process activities.
What is Regression Testing?
22 Answers IBM, Sapient, Siemens,
need testing projects where can i find them
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.
what is user acceptence test?
what is the main difference between client server and webserver???