CTFL18 Exam Question 101

Which of the following is a valid reason for writing test cases based on experience and intuition?
  • CTFL18 Exam Question 102

    Which of the following represents good testing practice for testers, irrespective of the software lifecycle model used?
  • CTFL18 Exam Question 103

    Refer to the exhibit, which of the test cases below will exercise both outcomes from decision 2?
  • CTFL18 Exam Question 104

    Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?
  • CTFL18 Exam Question 105

    Given the following requirement:
    Requirement ID: 2.8
    Requirement Description: Additional Entrance Fee
    Detailed Description:
    An additional fee of $3 is charged during the weekend, but
    1. Visitors aged under 7 are not charged.
    2. Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
    3. Visitors aged greater than 65 get a 50% discount off the additional fee.
    Age should be an integer of 0 or above.
    Weekend means Friday to Sunday inclusive.
    Which of the following statements is NOT correct?