CTFL18 Exam Question 206

An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:
  • CTFL18 Exam Question 207

    Which of the following has the typical formal review activities in the correct sequence?
  • CTFL18 Exam Question 208

    Where and by whom is Beta testing normally performed?
  • CTFL18 Exam Question 209

    Which of the following options BEST explain the pesticide paradox principle of testing?
  • CTFL18 Exam Question 210

    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?