Multiple choice technology performance

1.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

Non-functional testing evaluates software quality attributes rather than specific behaviors. Performance testing checks how well the system performs under various conditions, which is a non-functional requirement. Unit testing, black box testing, and regression testing can test functional or non-functional aspects.