flashcards
(114 cards)
verify T basis early in the SDLC will …
prevent defects
T control in fundament.T process - when?
always
design and prioritize of high level TC - when?
T analysis and design
developer makes a __ which causes a __ when code is dynamically tested
mistake, failure
exhaustive T is __
impossible
Func T can be conducted at ___ levels
all
Non-func T can be conducted at ___ levels
all
triggers for Maintenance T
a component in production is modifies, migrated or retired
V-model. Design docs (DD) available. What Testers do?
create func/non-func TCs + review DD
Formal review. Role which documents issues
scribe
static analysis best finds
dead code
best T tech for: determine/improve code maintainability
static
document specifies input/output for test
TC specs
what is a test condition?
is what a TC targets for testing. = TC tests a test condition
reason for use experience-based tech?
can found defects which missed by more formal tech
error guessing is used in …
experience T
how calc decision (D) coverage?
num of D outcomes executed / total num of D outcomes in module
how calc statement (S) coverage?
num of S executed / total num of S in module
equivalence partitioning requires
one TC for each partition, one for too low and one for too high
boundary value analysys (BVA) requires
for each partition: prev+first - 0;1 + 49;50 + 59;60 + 69;70 + 79;80
T design specs contains …
T conditions (what to test) + T approach
TC specs contains …
test cases
T procedures contain …
test steps
full statement coverage
each S (=operator. usually ‘if’) executed once