How we will assign the severity n priority levels to the
bug?

Answers were Sorted based on User's Feedback



How we will assign the severity n priority levels to the bug?..

Answer / anant chaudhary

Severity and priority are the two terms which shows the
bug/issue behavior. which is mention in the issue tracking
system.

Severity and priority is change as per the company standards.
In my company Severity and priority display as fallows.

Severity :- Blocker,High,Medium,Low,Trivial.
Priority :- 5,4,3,4 and 1 ( '5' is highest priority )

I am trying to explain the how to assign the Severity and
priority of bug with the help of ATM software example.

1) Low Severity and Low priority bug.

a) Go to the ATM center and perform as fallows.
b) Login in the ATM with your password.
c) After successful login try to withdraw money with
printed statement.

But machine withdraw money and not printed the statement.
(So this bug assign as a Low Severity and Low priority bug.)

2) High Severity and Low priority bug.

a) Go to the ATM center and perform as fallows.
b) Login in the ATM with your password.
c) After successful login try to check balance and try to
withdraw money.

But ATM machine not display balance and able to withdraw
money. (So this bug assign as a High Severity and Low
priority bug.)

3) Low Severity and High priority bug.

a) Go to the ATM center and perform as fallows.
b) Login in the ATM with your password.
c) After successful login try to check balance and try to
withdraw money.

But ATM machine display balance and not able to withdraw
money. (So this bug assign as a Low Severity and High
priority bug.)

4) High Severity and High priority bug.

a) Go to the ATM center and perform as fallows.
b) Login in the ATM with your password.
c) After successful login try to check balance and try to
withdraw money.

But ATM machine get crash every time after successful login.
(So this bug assign as a High Severity and High priority bug.)

This way you can assign the Severity and priority to the bug.

Is This Answer Correct ?    16 Yes 1 No

How we will assign the severity n priority levels to the bug?..

Answer / gguest

suppose LOGO is not visible in this case priority is
high ,but severity is low.....



suppose u have one login form in that form name field take
255 character maximum,but after inserting 251 character
application closes automatically in this case severity is
high but priority is low . Like this we decide severity and
priority.

Is This Answer Correct ?    7 Yes 0 No

How we will assign the severity n priority levels to the bug?..

Answer / purni

Priority,
This assigned by the developer. Represents the
importance of the bug. For eg. #1 priority bugs need to be
fixed before the #2 priority bugs. #1 and #2 are the
priorities that they assigned.

Severity
Represents how bad is the bug. For eg. a bug that
causes to crash the application are considered as the high
severity bugs and need to fix them immediately.

Is This Answer Correct ?    3 Yes 0 No

How we will assign the severity n priority levels to the bug?..

Answer / kiran reddy

Assigning severity and priority is as below:

Any thing that is critical to business for instance if an
application is crashing or not responding.
EX: If you performed a search and the results are not
displayed at all or if the screen is frozen then consider as
severity one.

if the background color is supposed be white but its in red
then the severity is low.

Is This Answer Correct ?    1 Yes 1 No

How we will assign the severity n priority levels to the bug?..

Answer / sujatha

1. If the application is not opening i.e we cannot move
further then both the severity and the priority is high.

2. The functionality is not working which is part , then
the severity is medium and the priority is also medium.

3. The GUI part i.e some spelling wrong , then the severity
is low but the priority is high ( user point of view).

4.Suppose usability i.e tab order the severity is low and
also the priority is also low( because the client uses only
the mouse).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

what is prototype testing?

3 Answers   Accenture,


How do you debug SSH?

0 Answers  


what is the difference between test senario and use case

2 Answers  


What is Risk Analysis

4 Answers   QA,


If we have 9 floor n 3 eggs n we have to check from which floor the egg wont get break.how can we do that

1 Answers   SanDisk, Whirlpool,






who do the sanity and smoke please explain me at what time this type of testing will do

2 Answers  


for example, if we have a textbox ranging from 0-100. which methodology we are using & what are inputs we are observed?

1 Answers   Semantic Space,


Which is the cost effective model between V Model and Waterfall model and V model and Spiral model

1 Answers  


What is your favourite Bug?

10 Answers   AppLabs,


What is the Entry Point for Test Plan?

7 Answers  


what are the differnt error code that comes when an error occured in web application?

1 Answers   CTS,


What is the difference between System Testing and Functionality Testing?

3 Answers   Semantic Space,


Categories