How would you prioritize your bug?

 Bugs that affect core functionality or negatively affect users should be given the highest priority. Bugs that are affecting a small number of users but are causing significant problems should also be given high priority.

 

1. Critical - Critical bugs are those that can cause serious problems if not fixed. They should be fixed as soon as possible.

2. High - High-priority bugs are those that may cause some inconvenience, but don't necessarily pose a threat to the system or users. They should be fixed as soon as possible, but may not take priority over critical bugs.

3. Normal - Normal-priority bugs are those that don't necessarily affect the system or users, but could still be fixed if necessary. They should not be ignored, but may not take priority over other bug fixes.

4. Low - Low-priority bugs are those that do not pose a threat to the system or users, but could still be troublesome if not fixed. They should only be addressed if there is no other option and they don't conflict with other projects.

Comments

Popular posts from this blog

What happens in requirement analysis phase in SDLC?

What are the drawbacks in waterfall software development mode?