Amadeus Interview Question

Difference between severity and prioroty

Interview Answer

Anonymous

Jun 25, 2015

Severity relates to the impact of a bug on the application. How much damage a bug will do = Severity. Classification is: Critical, Major, Minor Priority relates to the order in which a developer will fix bugs. Priority 1 (highest priority) bugs will be fixed first, followed by medium and low priority bugs. Classification is: High, medium, low Priority may be changed but severity usually cannot be changed.

1