Test Tools Flashcards

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False.
Performance testing can be apart of integration testing.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly