How we will assign the severity n priority levels to the
bug?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What is defect life cycle/
What is the diffrence between web testing & web based testing?
Login page contains, Username , Password ,OK Button and CANCEL Button.If i click on OK button,cancel functionality is working and if i click on CANCEL Button,OK Functionality is working.In this case what is the level of priority (HIGH/MEDIUM/LOW) and level of SEVERIOTY (HIGH/MEDIUM/LOW)? Give the reason ,explain clearly?
How to derive test data from the design documents?
what is the relation between all tabs in quality center & explain the testing process in quality center with tabs?
What is severity and priority of bug? Give some example.
Give me atleast 10 cases of GOOGLE search engine?
what is the use case and what is the test case?
What is system testing? when we use system testing in our project?
What is "pet model" of Bug reporting cycle
How much time it will take for regression testing
Differentiate Test strategy and Test case?