Test Tools Flashcards
(3 cards)
1
Q
Explain how static tools differ from the rest.
A
These tools do not involve actual input and output. Rather, they take a symbolic approach to testing, i.e. they do not test the actual execution of the software.
2
Q
What does static testing include?
A
1) Flow analyzers: ensure consistency in data flow from input to output.
2) Path tests: find unused code and code with contradictions.
3) Coverage analyzers: ensures that all logic paths are tested.
4) Interface analyzers:
examines the effects of passing variables and data between modules.
3
Q
True or False.
Performance testing can be apart of integration testing.
A
True