QuestionQ71

Fundamental Agile Testing Principles, Practices, and Processes

Which of the following is the strongest example of a testable acceptance criterion for test-related activities?

  • A The web application shall provide a response time lower than one second for 95% of the webpages when 100 concurrent users are working on it
  • B 100% of the source code must be statically analyzed against some of the known major security vulnerabilities and no errors/warnings must be reported
  • C The application’s user interface for the checkout process shall be clear and intuitive to the users
  • D The application shall calculate the volume of the solid shapes (cones, pyramids) with reasonable accuracy
Explanation

A testable acceptance criterion is precise and measurable. A response-time limit of less than one second, evaluated for 95% of webpages under a workload of 100 concurrent users, provides objective pass/fail conditions for performance testing.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!