Question 16

Which pair of statements correctly describes when functional completeness, functional correctness, and
/or functional appropriateness are undertaken?
SELECT ONE OPTION
  • Question 17

    Return Item Use Case: The following depicts a main path through the use case, 'Return Item'.
    Coverage Rules:
    * One test case for basic behavior
    * Multiple alternate behaviors may be incorporated into one test case if mutually compatible
    * Nested alternate behaviors (like retry attempts) should be amalgamated into a single test case How many test cases should be designed?
    SELECT ONE OPTION
  • Question 18

    Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?
    Tax system
    A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20 000 and who is married, the tax needs to be recalculated.
    If a person has at least three and less than six children, an additional 10% reduction is applicable.
  • Question 19

    A car navigation system needs to be integrated in the overall car software It is important to verify that the car navigation is functioning correctly once integrated. Thus functional correctness is considered to be important.
    Which of the following techniques is most likely to support the required functional correctness testing?
  • Question 20

    Which test technique is MOST closely associated with classification tree diagrams?
    SELECT ONE OPTION