A specification states: "If the fossil is Jurassic in origin then it must be catalogued under Mesozoic post Triassic and cross referred to politic limestone.
If it is a tooth, then it must be catalogued under Dental remains. If the fossil is both Jurassic in origin and a tooth it will be catalogued under Mesozoic post Triassic and cross referred to politic limestone only. ''
The tester analyses this for decision table testing and finds the following conditions and actions:
C1: Jurassic
C2: tooth
A1: Catalogue as Mesozoic post Triassic
A2: Cross refer to politic limestone
A3: Catalogue as
Dental remains
How many test cases will a collapsed decision table have?
[K3] 2 credits
For a tax system the earnings 4.000 are tax free, the following 1.500 are charged at 10%, the following 28.000 at 20% and the remainder above 40%. All values are rounded to 1. What test case could result from a boundary value analysis?
[K3] 2 credits
A temperature unit holds the temperature between 10 degrees Celcius and --10 degrees Celcius. If the temperature drops below --10 or rises above 10 then an alarm rings. Boundary Value Analysis tests are drawn up using the approach of two test cases per boundary. The temperatures to be tested are:
[K3] 2 credits
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 re-calculated. If the person also has more than two and less than five children, an additional 10% reduction is applicable. How many cases are required to test the ''Tax system'' specification using a decision table which is not collapsed?
[K3] 2 credits
Supercar
Supercar is an online vehicle sales website specializing in single manufacturer's Sports Utility Vehicles (SUVs) and saloons. A vehicle has two key elements, power unit and body style. The manufacturer offers three choices of power unit: petrol, diesel and hybrid. There are 3 main body styles: Saloon, Hatchback and SUV. SUVs only come as petrol and diesel options. Hybrid is available for Hatchback only. The site will allow an order to be processed if the chosen vehicle configurations are in stock, otherwise a message will be displayed asking the user to try again later.
Based on the specification the following classification tree has been developed:
Based on the ''Supercar'' classification tree the following positive test cases have been created:
Which test case is needed to complete the set?
[K3] 2 credits