Multiple choice technology testing

Non-functional system testing includes:

  1. testing to see where the system does not function properly

  2. testing quality attributes of the system including performance and usability

  3. testing a system feature using only the software required for that action

  4. testing a system feature using only the software required for that function

  5. testing for functions that should not exist

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Non-functional testing focuses on verifying quality attributes of the system such as performance, usability, reliability, scalability, and security. It does not test functional behavior or individual features. Options A, C, D, and E describe functional testing scenarios (where functions work or don't work), which is incorrect.