2.1.2 Software Development Lifecycle and Good Testing Practices Flashcards
(4 cards)
1
Q
Good testing practices, independent of the chosen SDLC, include:
- For every software development activity, there is a corresponding t… so that all d… are subject to q…
A
- test activity,
development activities
quality control
2
Q
Good testing practices, independent of the chosen SDLC, include:
- Different test levels have “ “ and different t… which allows for testing to be appropriately “ “ while avoiding “r…”.
A
- specific
test objectives,
comprehensive
redundancy
3
Q
Good testing practices, independent of the chosen SDLC, include:
- Test analysis and design for a given test level begins during the corresponding d… of the “ “, so that testing can adhere to the principle of e…
A
- development phase
SDLC
early testing
4
Q
Good testing practices, independent of the chosen SDLC, include:
- Testers are involved in “ “ work products as soon as drafts of these w… are available, so that this earlier testing and defect d… can support s…
A
- reviewing
work products
detection
shift left.