Testing Fundamentals - Test DocumentationWhich of the following is the correct way to classify a bug with 'Blocker' severity and 'Low' priority?ABug causes crash and must be fixed immediatelyBBug causes minor UI glitch and fix is urgentCBug stops all system functions but fix can waitDBug is cosmetic and fix is optionalCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand 'Blocker' severityBlocker means the bug stops system functions or blocks progress.Step 2: Understand 'Low' priorityLow priority means the fix is not urgent and can be delayed.Final Answer:Bug stops all system functions but fix can wait -> Option CQuick Check:Blocker severity + Low priority = Critical impact, delayed fix [OK]Quick Trick: Blocker = stops system; priority decides fix speed [OK]Common Mistakes:Assuming blocker bugs always have high priorityConfusing severity with priority urgencyIgnoring impact when priority is low
Master "Test Documentation" in Testing Fundamentals9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepTraceTryChallengeAutomateRecallFrame
More Testing Fundamentals Quizzes Functional Testing Techniques - Error guessing - Quiz 12easy Non-Functional Testing - Accessibility testing - Quiz 11easy Test Documentation - Test case components (steps, expected, actual) - Quiz 4medium Testing Models and Approaches - Agile testing approach - Quiz 2easy Testing Models and Approaches - Agile testing approach - Quiz 8hard Testing Models and Approaches - Agile testing approach - Quiz 5medium Why Software Testing Matters - Why testing prevents costly failures - Quiz 10easy Why Software Testing Matters - Quality assurance vs quality control - Quiz 8hard Why Software Testing Matters - Tester mindset and thinking - Quiz 5medium Why Software Testing Matters - What software testing is - Quiz 1easy