Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

CTFL-Foundation Practice Test


Page 19 out of 66 Pages

Topic 21: Mix Questions Set A

What can a risk-based approach to testing provide?


A.

The types of test techniques to be employed.


B.

The total tests needed to provide 100 per cent coverage.


C.

An estimation of the total cost of testing.


D.

Only that test execution is effective at reducing risk





A.
  

The types of test techniques to be employed.



Which of the following defines the expected result of a test?


A.

Test case


B.

Test procedure


C.

Test execution schedule


D.

Test condition





A.
  

Test case



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
EndifRead 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?


A.

0


B.

10, 0


C.

10, 5, 0


D.

10, 11, 0





D.
  

10, 11, 0



Which of the following is most likely to cause failure in the implementation of a test tool?


A.

Underestimating the demand for a tool.


B.

The purchase price of the tool.


C.

No agreed requirements for the tool.


D.

The cost of resources to implement and maintain the tool.





C.
  

No agreed requirements for the tool.



Important consequences of the impossibility of complete testing are:


A.

We can never be certain that the program is bug free.


B.

We have no definite stopping point for testing, which makes it easier for some managers
to argue for very little testing.


C.

We have no easy answer for what testing tasks should always be required, because
every task takes time that could be spent on other high importance tasks.


D.

All of the above





D.
  

All of the above




Page 19 out of 66 Pages
Previous