Manual Testing Interview Questions - Part 6
In continuation with the latest series of Manual Testing Interview Questions, we present you the part 6 of the course structure. Click on below links for previous parts. Part 1 Part 2 Part 3 Part 4 Part 5 Manual Testing Interview Questions - Part 6 Severity and Priority? Priority “How prior we need to fix the bug is priority.” It means the occurrences of defect. Decide by developer team. Types(low, medium, high, critical) SEVERITY “How severe the bug is severity”. It means how bad the defect is and what impact it can cause in our application. Decide by the testing team. Types(minor, medium, major) What is defect priority? A defect priority is the urgency of the fixing the defect. Normally the defect priority is set on a scale of P0 to P3 with P0 defect having the most urgency to fix. What is defect severity? Defect severity is the severity of the defect impacting the functionality. Based on the organisation, we can have different levels of defect severity ranging...