how can you define Priority and severity
Answers were Sorted based on User's Feedback
Answer / vipin saini
I am not Challenging some One but according to me,
Severity:-Impact of bug on the Software Functionality is
Called as Severity Of the S/w.
Priority:-It describes the Order in which we have to fix the
bug.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / himanshu
Severity
---------------
1. Bug causes system crash or data loss.
2. Bug causes major functionality or other severe problems;
product crashes in obscure cases.
3. Bug causes minor functionality problems, may affect "fit
anf finish".
4. Bug contains typos, unclear wording or error messages in
low visibility fields.
Priority
---------------
1. Must fix as soon as possible. Bug is blocking further
progress in this area.
2. Should fix soon, before product release.
3. Fix if time; somewhat trivial. May be postponed.
Severity: Severity determines the defect's effect on the
application. Severity is given by Testers
Priority: Determines the defect urgency of repair.Priority
is given by Test lead or project manager
1. High Severity & Low Priority : For example an
application which generates some banking related reports
weekly, monthly, quarterly & yearly by doing some
calculations. If there is a fault while calculating yearly
report. This is a high severity fault but low priority
because this fault can be fixed in the next release as a
change request.
2. High Severity & High Priority : In the above example if
there is a fault while calculating weekly report. This is a
high severity and high priority fault because this fault
will block the functionality of the application immediately
within a week. It should be fixed urgently.
3. Low Severity & High Priority : If there is a spelling
mistake or content issue on the homepage of a website which
has daily hits of lakhs. In this case, though this fault is
not affecting the website or other functionalities but
considering the status and popularity of the website in the
competitive market it is a high priority fault.
4. Low Severity & Low Priority : If there is a spelling
mistake on the pages which has very less hits throughout
the month on any website. This fault can be considered as
low severity and low priority.
Priority is used to organize the work. The field only takes
meaning when owner of the bug
P1 Fix in next build
P2 Fix as soon as possible
P3 Fix before next release
P4 Fix it time allow
P5 Unlikely to be fixed
Default priority for new defects is set at P3
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / vimal (test engg.)
. Severity: How bad a bug is? Means impact on the
application
Priority: How soon the bug need to be fixes? Means
Importance in terms of both application and client
Example:
Let us take an example of data entry screen of an
application.
For High Severity and low Priority
1. Application get closed itself after entering 100 records
then again needs the application to restart.
For High Priority and low Severity
2. After entering record the message prompt showing the
message has some spell mistake.
Vimal (Test Engg
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ganesh kumar gouda
Priority define: what is the time line require to complite
for the same, time frame require to complite the task.
Priority Levels:
1- HIGH (Need Attention Immediately)
2- MEDIUM (Work-around Available - Can be release in the
next build)
3- LOW - (Cosmetics/Trivial defects) Low priority
Serity define: How much impect the bug to code.
Severity Type:
1- System Inoperative
2- Functional Inoperative
3- Serious
4- Cosmetics
5- Nice to have (enhancements)
6- CR (change request)
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / murali.msc03
Priority: This is defined as how much time that developer
should take to solve that bug depending upon the
fuctionality.
severity: This is defined as how much impact is shown on
the functionality.
Is This Answer Correct ? | 9 Yes | 7 No |
Answer / r b s babu
Priority: The seriousness of the defect according to the
client requirement is called Priority.
Severity: The seriousness of the defect accroding to the
functionality is called severity.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rubi
priority
how soon the bug has to be fixed?
1-critical
2-high
3-medium
4-low
severity
how much effect the bug has on the functionality of the
application?
showstopper - stops the application no work around
solution
critical - stops the application but work around solution
are there
high - severe loss in business logic
medium - minimum loss in business logic
low - cosmetic bugs
the way of mentioning severity and priority vary frm
company to company
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / varsha b
severity defines the how bad the bug is and reflects its
impact on product or user.
Priority defines how important it is to fix the bug and
when it should be fixed.
E.g.
Types of Severity can be
1>Critical
2>Major
3>Minor
Example of priority can be as below.
1> Immediate Fix
2> need to fix in next release
3> can fix if time permits
4> can fix but can release as it is.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mahesh vj
Severity is assigned by the QA Tester on the bug found. Particularly based on the impact on the application.
Priority is assigned by the TestLead/Test Manager/Dev Lead/Dev manager based on the release schedule of that application. Particularly based on how soon the defect needs to be fixed.
High Severity Low Priority: If a Bug is found in an application that is not allowing the tester to Proceed with testing, then its of High severity. But if the application is going to release only after 6 months, then it becomes low priority.
High Priority Low Severity: If a spelling mistake is found on a login page with client logo/name, its a low severity. But, if its on the name of the client itself, it becomes a high priority.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you handle conflict with programmers?
What is a test environment?
what is test initiation? can anybody post the answer. very urgent?
What is the role of a bug tracking system?
name some popular functional testing tool
What is Negative testing?
Can you please explain me about the types of Reviews?And which reviews are done by whoom?like Author,moderator etc..? Thanks for posting the Answer...
about test cases
What is Six Sigma for Testing?
what is regression testing?
What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance
Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks