Question 26

A booking system for a city bus service prices its fares according to the time of travel:
* Peak-time tariff starts at 0600 and finishes at 1000 am
* Off-peak tariff applies during all other times of service
* The bus service does not operate between 2300 and the start of the next day's peak service Note that all times mentioned are inclusive.
When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?
  • Question 27

    Which of the following statements about decision tables are TRUE?
    I. Generally, decision tables are generated for low risk test items
    II. Test cases derived from decision tables can be used for component tests.
    III. Several test cases can be selected for each column of the decision table.
    IV. The conditions in the decision table represent negative tests generally.
  • Question 28

    In a system designed to work out the employee tax to be paid:
    _ An employee has $4,000 of salary tax free.
    _ The next $1,500 is taxed at 10%.
    _ The next $28,000 after that is taxed at 22%.
    _ Any further amount is taxed at 40%.
    Which of these is a valid Boundary Value Analysis test case?
  • Question 29

    What can testing demonstrate?
  • Question 30

    A software system checks age in order to determine which welcome screen to display Age groups are Group I: 0-12 Group II: 13-18 Group III: over 18 Which of the below represent boundary values?