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

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

Non-functional testing evaluates quality attributes of a system rather than specific functional behaviors. This includes properties like performance, usability, reliability, security, and scalability. The distractors incorrectly define non-functional testing as testing for functional bugs or isolating specific software features for functional execution.