Bird
0
0

Consider this scenario: A tester runs a test and finds the software crashes when clicking a button. What is the next step in debugging?

medium📝 Predict Output Q13 of 15
Testing Fundamentals - Why Software Testing Matters
Consider this scenario: A tester runs a test and finds the software crashes when clicking a button. What is the next step in debugging?
AWrite more test cases for other buttons
BIgnore the crash and continue testing
CAnalyze the code to find why the crash happens
DChange the button label text
Step-by-Step Solution
Solution:
  1. Step 1: Identify the testing result

    The test found a crash when clicking a button, indicating a bug.
  2. Step 2: Understand debugging action

    Debugging means analyzing the code to find the cause of the crash and fix it.
  3. Final Answer:

    Analyze the code to find why the crash happens -> Option C
  4. Quick Check:

    Debugging = Analyze and fix bug [OK]
Quick Trick: After finding bug, analyze code cause [OK]
Common Mistakes:
  • Continuing testing without fixing bugs
  • Ignoring bugs found during testing
  • Changing unrelated UI elements

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes