Bird
Raised Fist0

A usability test script instructs users to "Click the green button to proceed," but the button is blue. What is the main problem here?

medium📝 Debug Q7 of Q15
Testing Fundamentals - Non-Functional Testing
A usability test script instructs users to "Click the green button to proceed," but the button is blue. What is the main problem here?
AThe test script is inconsistent with the actual interface
BUsers prefer blue buttons over green
CThe button color does not affect usability
DThe software has a color rendering bug
Step-by-Step Solution
Solution:
  1. Step 1: Identify mismatch between instructions and interface

    The script says green button, but the button is blue, causing confusion.
  2. Step 2: Understand impact on usability testing

    Inconsistent instructions can mislead users and invalidate test results.
  3. Final Answer:

    The test script is inconsistent with the actual interface -> Option A
  4. Quick Check:

    Consistent instructions are key for valid usability tests [OK]
Quick Trick: Ensure test instructions match the interface exactly [OK]
Common Mistakes:
MISTAKES
  • Blaming user preferences instead of script errors
  • Ignoring instruction-interface mismatches
  • Assuming color bugs cause usability issues

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Testing Fundamentals Quizzes