Pls give examples for
1. High severity and high priority.
2. High severity and low priority.
3. Low severity and high priority.
4. Low severity and low priority

Answers were Sorted based on User's Feedback



Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3..

Answer / akhil kumar

Hi everybody what I found is there is a little clarification
needed for simple concept of severity and priority.severity
shows the impact on the application which can be high or low
like system crash will have high severity.while priority
denotes how much it is important to fix the bug.so if system
crashes once in say 150 times then it will have low priority.

so examples for these are below:-

1.High severity & low priority :- If a application crashes
on very rare occasions and changes are very low of
crashing.so severity will be high but priority will be low.

2.High severity & high priority:- if a application crashes
very frequently and duly visible or first time the
application came from development team to the testing
department.

3.Low severity & low priority:- it is merely just a
enhancement bug which the client wishes like changing the
background colour of user interface,also like adding a
button like 'back' to navigate previous page.

4.Low severity & high priority:- In this case if the name of
the company on its home page is misspelt will be considered.

So to find that in which category the bug comes always
remember one thing that Low severity bugs are mostly related
to GUIs and high severity bugs always related to things like
system crash.severity is always technical while priority is
for business purpose.

Is This Answer Correct ?    43 Yes 6 No

Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3..

Answer / keshab

H-P H-S – Login id & Password Encryption is not done at
client Side
H-P L-S – Company Logo is mismatch
L-P H-S - Session is not expiring after clicking on logout
button in
any screen.
L-P L-S - Client Side Validation for text box & Field

Is This Answer Correct ?    29 Yes 11 No

Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3..

Answer / mike k.

A good way to clarify this may come from the so-called
"Failure Mode Effects Analysis" process in quality Management.
A triad of Severity (S), Occurrence (O) and Detectability
(D) produces a so-called "risk priority number" (P).

"S" - "How much money do we lose if this happens".
"O" - "What ratio of business processes are affected?"
"D" - "Can we find out in time if the defect occurred?"

If S is high, but O + D are low, then P is low.
If S is high and O + D are high, then P is high.
If S is low and O + D are low, then P is low.
If S is low and O + D are high, then P is high.

Examples:
S high, O + D low:
Once a year, the database must undergo housekeeping or
tablespaces will one day overflow, crashing the entire
system, denying every business process until the tablespace
is freed and the application restored. Unfortunately, the
script does not work.
This is a very high severity defect.
This is very easy to detect (monitor tablespaces) and will
not occur quickly (a year down the line) so the priority is low.

S high, O + D high:
The corporate SOA "swallows up" fire-and-forget requests for
a certain constellation of parameters.
As you cannot know when a request got lost, you do not know
when or which business processes may fail.
As such, the priority is very high.

S low, O + D low:
The "undo" functionality of an application produces a
warning message when no change has been made prior to
execution. This irritates the user as "no action" or a
grayed-out button would be preferred.
Other than that, there is no business impact.
As such, there is a low priority: The developer might fix it
when by chance they are updating the module, otherwise no
sane project manager would waste budget on a fix.

S low, O + D high:
This is the typical scenario of "Defect with Business
processes unaffected".
The "Help" function from a portal sporadically causes the
servers to crash.
(There is a very easy workaround: just don't use the "Help",
and therefore people can still commence every business process.)
Something, however, still needs to be done, and that
quickly. An easy fix may be to disable "Help" - but you just
can't go live with that thing!

Is This Answer Correct ?    4 Yes 2 No

Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3..

Answer / nilesh

High severity and high priority:
suppose an applicaton crush after start.

High severity and low priority.
In start up window application name or spelling is wrong.

Low severity and high priority.
suppose a database needs to be updated monthly but it gives
error.


Low severity and low priority
A scrolling button is there at the frontscreen.

Is This Answer Correct ?    18 Yes 37 No

Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3..

Answer / shilpa

High severity and high priority.
application crash

High severity and low priority.
spelling mistake on homepage
e.g missing h in yahoo.com

Low severity and high priority.
Session is not expiring after clicking on logout
button in
Low severity and low priority
spelling mistake not on homepage

Is This Answer Correct ?    2 Yes 23 No

Post New Answer

More Manual Testing Interview Questions

How many number of negative testcases we can write for "Search and Replace" functionality?

2 Answers  


what is test plan and what it consists?

15 Answers   AndPlus, Forum, MBT, TCS,


what is agile testing

3 Answers  


Name three types of tests that should NOT be automated.

2 Answers  


if the defect is not reproducible then what u give the status in quality center

10 Answers   ACC, Accenture,






When will the testing starts?

0 Answers  


In a company does a tester communicate with clients? if yes then in what situation?

4 Answers  


what documents need to write test case

9 Answers  


What is Gap Analysis?. Is there any template for it.Describe briefly about Gap Analysis Please

1 Answers  


Wht is the Test Driver used in Integration Testing. Anybody can expalin in Detail. Thanks in advance.

6 Answers   TCS,


How do You Test Application with having any requirement and Document?

2 Answers   Digital Group, Keystone, Wipro,


What is information flow in testing

1 Answers   Aspire, ELE,


Categories