CTFL-Foundation Exam Question 1

In addition to risk, identify TWO other components of a testing strategy. 1 credit
  • CTFL-Foundation Exam Question 2

    Consider the following pseudo code:
    1 Begin
    2 Read Time
    3 If Time < 12 Then
    4 Print(Time, "am")
    5 Endif
    6 If Time > 12 Then
    7 Print(Time 12, "pm")
    8 Endif
    9 If Time = 12 Then
    10 Print (Time, "noon")
    11 Endif
    12 End
    How many test cases are needed to achieve 100 per cent decision coverage?
  • CTFL-Foundation Exam Question 3

    Which of the following statements correctly describe Black-Box Testing?
  • CTFL-Foundation Exam Question 4

    Which of the following are valid test objectives?
    (i)Finding defects.
    (ii)Gaining confidence about the level of quality and providing information.
    (iii)Preventing defects.
    (iv)Debugging the code.
  • CTFL-Foundation Exam Question 5

    Which from the following list are typically found to enable the review process to be successful? [K2] a. Each review has clear defined objectives b. The lower the number of defects, the better the review process c. The right people for the review objective are involved d. There is an emphasis on learning and process improvement e. Management are not involved in the process at all f. Checklists should not be used, as these slow down the process g. Defects found are welcomed and expressed objectively