QuestionQ42

Testing Quality Characteristics

Which activity is an example of FUNCTIONAL CORRECTNESS testing for a food-ordering app?

  • A Testing the adaptation of the user interface for visually impaired users
  • B Testing the allocation of discounts depending on the number of purchases
  • C Testing whether the social media login function has been implemented in the system
  • D Testing whether a group order requires fewer steps than a regular order
Explanation

Functional correctness testing verifies that a feature returns the required results for defined inputs and business rules. Checking discount allocation based on the number of purchases validates whether the application applies the correct discount outcome.

Community Discussion

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