What test techniques does component test strategy stipulate?
What percentage of decision coverage is required?
What should be done if errors are found?
The project component test plan is useful because the
approach outlined allows:
a) Strict adherence to the component test strategy
b) More faults to be identified in the LOG components
c) A basic working systems to be established as early as
possible
d) Isolation of the components within the test strategy
The component test plan must consist of a single document?
TRUE/FALSE
The component test plan must specify test completion
criteria? TRUE/FALSE
Why does component test plan specify 100% DC whereas
strategy required 90%?
Which test case deals with non-numeric input?
List the expected outcome and the test condition
Why does the CTP have additional/altered test cases?
What action has been taken as a result of the test report?
Q:What should be done if errors are found?
A:The bug needs to be communicated and assigned to
developers that can fix it. After the problem is resolved,
fixes should be re-tested.