1.What is non-functional software testing?
-
a.Unit Testing
-
b.Black Box Testing
-
c.Performance Testing
-
d.Regression Testing
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.