Given the following decision table


Loading

Practice ISTQB Foundation Level Q&A –

Given the following decision table

Rule 1Rule 2Rule 3Rule 4
Conditions
Frequent Flyer MemberYesYesNo No
ClassBusinessEconomyBusinessEconomy
Actions
Offer upgrade to FirstYesNoNoNo
Offer upgrade to BusinessN/AYesN/ANo

What is the expected result for each of the following test cases? 

(A) Frequent flyer member, travelling in Business class

(B) Non-member, travelling in Economy class

In a system designed to work out the tax to be paid:
An employee ha

Loading

Practice ISTQB Foundation Level Q&A – In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free.

The next £1500 is taxed at 10%.

The next £28000 after that is taxed at 22%.

Any further amount is taxed at 40%.

To the nearest whole pound, which of these is a valid Boundary Value Analysis test case?



Given the following decision table:-

Loading

Practice ISTQB Foundation Level Q&A –

Given the following decision table:-

Rule 1Rule 2Rule 3Rule 4
Conditions
UK resident? FalseTrueTrueTrue
Age between 18 – 55? Don’t careFalseTrueTrue
Smoker?Don’t careDon’t careFalseTrue
Actions 
Insure client? FalseFalseTrueTrue
Offer 10% discount? FFalseFalseTrueFalse

What is the expected result for each of the following test cases?

(A)TC1: Fred is a 32 year old smoker resident in London

(B)TC3: Jean-Michel is a 65 year non-smoker resident in Paris

In a system designed to work out the tax to be paid:
An employee ha

Loading

Practice ISTQB Foundation Level Q&A – In a system designed to work out the tax to be paid:
An employee has £4000 of salary tax free.

The next £1500 is taxed at 10%.

The next £28000 after that is taxed at 22%.

Any further amount is taxed at 40%.

To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?



Which of the following are disadvantages of

Loading

Practice ISTQB Foundation Level Q&A –

Which of the following are disadvantages of

capturing tests by recording the actions of a manual tester?

i. The script may be unstable when unexpected events occur.
ii. Data for a number of similar tests is automatically stored separately from the  script. 
iii. Expected results must be added to the captured script. 
iv. The captured script documents the exact inputs entered by the tester.

v. When replaying a captured test, the tester may need to debug the script if it doesn’t play correctly.



Which of the following are valid objectives for incid

Loading

Practice ISTQB Foundation Level Q&A –

Which of the following are valid objectives for incident reports?

i. Provide developers and other parties with feedback about the problem to enable identification, isolation and correction as necessary. 

ii. Provide ideas for test process improvement. 
iii. Provide a vehicle for assessing tester competence. 
iv. Provide testers with a means of tracking the quality of the system under test.