answersLogoWhite

0

Severity and Priority are the attributes of a defect. If we talk about 'Severity of a defect' then it describes how the defect is impacting the functionality of software product whereas 'Priority of a defect' indicates the importance of the defect and when it should be addressed or fixed.

  • In the software project, the severity of a defect should be defined by QA whereas the priority should be defined by Product Owner.
  • Severity of the defect can be categorized into four levels: blocker, critical, major & minor. Similarly, Priority of the defect can be high, medium & low.
An organization that provides software testing services needs to ensure that while opening defects, each defect should be assigned with right severity. Incorrect severity and priority mapping will impact overall STLC process and the whole product.
User Avatar

Wiki User

7y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi

Add your answer:

Earn +20 pts
Q: What do you understand by severity and priority of a defect?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between defect prevention and prediction?

defect prevention includes those strategies through which we avoid to occur a defect. for example formal risk analysis, prototyping. in defect prediction those areas are highlighted where there is possibility that defect can occur.


How is bug leakage different from bug release?

Bug leakage: Bug leakage is something, when the bug is discovered by the end users or customer, and missed by the testing team to detect, while testing the software.ORA defect which exists in the application and not found by the tester which is eventually found by the customer/end-user.Bug release: A bug release is when a particular version of software is released with a set of known bug(s)/defect(s). These bugs are usually of low severity/priority. It is done when a software company can afford the existence of bug in the released software rather than the time/cost for fixing it in that particular version.It is the core responsibility of Software testing company to find the bugs at the earlier stage so that a good product can be handed over to the client.


What is the default priority of background thread in java?

Medium priority


What is priority queue?

A priority queue is a collection of elements that each element has been assigned a priority and such that order in which elements are deleted and processed comes from the following riles: 1) An element of higher priority is processed before any element of lower priority. 2) Two element with the same priority are processed according to the order in which they were added to the queue.


Array implementation of priority queue?

the priority queue is which depends on the data stored.in which their priority is maintained by checking the forth coming values stored in the queue