CTFL-Foundation Exam Question 46

When a defect is detected and fixed then the software should be retested to confirm that the original defect has been successfully removed. This is called:
  • CTFL-Foundation Exam Question 47

    Which of the following are most likely to be used when developing a test strategy or test approach?
    (i) Failure-based approach
    (ii)Test specification approach
    (iii) Model-based approach
    (iv)Finance-based approach
  • CTFL-Foundation Exam Question 48

    You are considering involving users during test execution. In general, what is the main reason for involving users during test execution? 1 credit
  • CTFL-Foundation Exam Question 49

    You have to specify test cases based on equivalence partitioning and boundary value analysis for an internet shop selling baby shoes. The shop provides a selection of shoes based on the following input parameters:
    -There are 4 different sizes, depending on the age of the baby. The system selects the appropriate size based on the following criteria:
    1. 0 < age <= 4 months: size 1
    2. 4 < age <= 8 months: size 2
    3. 8 < age <= 15 months: size 3
    4. 15 < age <= 24 months: size 4
    -The gender of the baby: boy or girl
    Which of the following statements is true?
  • CTFL-Foundation Exam Question 50

    When is testing complete?