CTFL4 Exam Question 76

A document descnbes the test procedures that have been derived for the identified test sets Among other things, the order in which the test cases in the corresponding test set are to be executed according to the dependencies described by preconditions and postconditions is specified This document is a typical work product produced as part of:
  • CTFL4 Exam Question 77

    Which of the following statements best describes the way in which decision coverage is measured?
  • CTFL4 Exam Question 78

    Which ONE of the following statements BEST applies tochecklist-based testing?
  • CTFL4 Exam Question 79

    You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes. After the crash, you document a defect report with the following information:
    *Title: System crashes unexpectedly during input.
    *Brief summary: System crashes when an unusual sequence of inputs is used.
    *Version: V1.001
    *Test: Exploratory testing prior to production deployment
    *Priority: Urgent
    *Risk: High
    *References: Screenshot of crashed application
    What critical Information Is missing from this report?
  • CTFL4 Exam Question 80

    The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).
    If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than
    40k€, the bonus is 15%. Finally, if the TAS
    exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
    Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).
    Which one of the following answers contain only test cases that belong to the same equivalence partition?