Test Levels & Non-Functional Focus Flashcards
(10 cards)
At what test level is system-wide performance, usability, and security typically evaluated?
System Testing
Which test level is most likely to evaluate secure data sharing between systems?
System Integration Testing
At what test level is security validated from a user/business perspective?
Acceptance Testing
What is the primary focus of component testing?
Verifying individual units or components function correctly in isolation
What kind of testing might be done at the component level for security?
Input validation, code-level checks (white-box testing)
What test level focuses on interfaces between modules within the same system?
Component Integration Testing
Which test level focuses on verifying the system as a whole against functional and non-functional requirements?
System Testing
What is acceptance testing primarily focused on?
Validating that the system meets business requirements and is ready for deployment
Can non-functional testing be performed at all levels?
Yes, but it is most meaningful and comprehensive at the system, integration, and acceptance levels
When is security testing most impactful across the SDLC?
During system, system integration, and acceptance testing levels