Non-functional Testing
- •
def
- •
testing that focuses on how well the application's functions perform, not what they do
- •
- •
purpose
- •
tests system properties such as reliability, usability, and performance
- •
- •
types
- •
note
- •
although each test has a different purpose, all work to verify that system elements are properly integrated and perform their allocated functions
- •
- •