Question 13

- (Exam Topic 13)
Which of the following is NOT part of configuration management..?

Correct Answer:B

Question 14

- (Exam Topic 13)
Tools like change Man, Clear case are used as..?

Correct Answer:C

Question 15

- (Exam Topic 13)
Boundary value testing:

Correct Answer:B

Question 16

- (Exam Topic 9)
Within the projects, a master test plan and phase test plan will be used. Following is a list of characteristics applicable for test plans:
* a. Any deviation from the procedures described in the test strategy document
* b. The overall estimated costs, timescales and resource requirements
* c. A detailed schedule of testing activities
* d. The development deliverables to be tested
* e. Which test staff members (names) will be involved and when
* f. Level of requirements coverage achieved
Which THREE of the above mentioned characteristics relate to the master test plan? 1 credit

Correct Answer:ABD

Question 17

- (Exam Topic 13)
A software component has the code shown below:
Program BiggestA,
Biggest: Integer
Begin
Read A
Biggest = 10
While A > 0
Do
If A > Biggest
Then Biggest = A
Endif
Read A
Enddo
End
The component has exit criteria for component testing that include 100% statement coverage. Which of the following test cases will satisfy this criterion?

Correct Answer:D

Question 18

- (Exam Topic 13)
“How much testing is enough?”

Correct Answer:C

START CTFL EXAM