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
Answer Posted / 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 |
Post New Answer View All Answers
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
What is a test severity and test priority? difference between them with suitable examples?
What are the types of maintenance?
wat is test management ?what are the components available in test management?
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
What's the relationship between environment reality and test phases?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
What is Stability and Performance Testing in Testing the TV
What are similarities of Agile and Scrum?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
How can write testcases on a code under development pls give asnwer
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
Define performance and stress testing?
What is un-installation testing?
What is Wound Fixing?