Multiple choice technology testing

What is non-functional testing?

  1. Testing an integrated system to verify that it meets specified requirements

  2. Testing the internal structure of the system to ensure it’s built correctly

  3. Testing the way the system works without regard to the level of test

  4. Testing characteristics such as usability or reliability

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

Non-functional testing verifies quality characteristics - how the system behaves rather than what it does. This includes attributes like usability, reliability, performance, security, and efficiency. Functional testing checks whether the system meets specified functional requirements (what features work), while non-functional testing evaluates the quality of those features (how well they work).