Multiple choice technology performance

4.What is non-functional software testing?

  1. a.Unit Testing

  2. b.Black Box Testing

  3. c.Performance Testing

  4. d.Regression Testing

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

Performance testing evaluates system characteristics like speed, scalability, and stability, which are non-functional aspects of software. Unit, regression, and black box testing are functional testing types because they verify if the software functions correctly according to its business logic and specification requirements.