1.

What are the different types of severity you can assign to a bug?

Answer»

Though it varies DEPENDING on the SIZE and structure of the software DEVELOPMENT teams, typically, a bug can be assigned the following types of severities, going from low to high:

  • Low
    • User Interface bugs
    • Accessibility issues
  • Medium
    • Leaky abstractions
    • Software hangs
    • Users unable to PERFORM a specific action
    • Boundary conditions
  • High
    • Crashing under high load
    • Business logic and/or calculation errors
    • Any user action that causes the software to crash
    • Exposing SENSITIVE user data
    • Security problems
    • Loss of data


Discussion

No Comment Found