Free CTFL-Foundation Exam Dumps

Question 31

Which of the following describes structure-based (white-box) test case design techniques?

Correct Answer:C
Answer (A) relates to specification-based testing, answer (B) relates to experience-based testing and answer
(D) could relate either to debugging or to experience-based techniques.

Question 32

Which TWO of the following test tools would be classified as test execution tools? [K2]

Correct Answer:D

Question 33

As a result of the RAD based development approach, the test manager has decided to change the risk mitigation approach. Which test technique might be most appropriate to use? 2 credits

Correct Answer:D

Question 34

Which of the following are the typical defects found by static analysis tools?

Correct Answer:D

Question 35

Consider the following pseudo code
1. Begin
2. Read Gender
3. Print “Dear”
4. If Gender = ‘female’
5. Print (“Ms”)
6. Else
7. Print ( “Mr”)
8. Endif
9. End
How many test cases are needed to achieve 100 per cent decision coverage?

Correct Answer:B