The process of designing test cases consists of the f

Loading

Practice ISTQB Foundation Level Q&A –

The process of designing test cases consists of the following activities:

i. Elaborate and describe test cases in detail by using test design techniques. 

ii. Specify the order of test case execution. 

iii. Analyse requirements and specifications to determine test conditions. 

iv. Specify expected results. 

According to the process of identifying and designing tests, what is the correct order of these activities?



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?

Given the following sets of test management

terms (v-z),

Loading

Practice ISTQB Foundation Level Q&A – Given the following sets of test management

terms (v-z), and activity descriptions (1-5), which one of the following

best pairs the two sets?
v – test control

w – test monitoring

x – test estimation

y – incident management

z – configuration control

1 – calculation of required test resources

2 – maintenance of record of test results

3 – re-allocation of resources when tests overrun

4 – report on deviation from test plan

5 – tracking of anomalous test results

Analyse the following highly simplified procedure:
Ask: “What type

Loading

Practice ISTQB Foundation Level Q&A – Analyse the following highly simplified procedure:
Ask: “What type of ticket do you require, single or return?”

IF the customer wants ‘return’

Ask: “What rate, Standard or Cheap-day?”

IF the customer replies ‘Cheap-day’

Say: “That will be £11:20”

ELSE

Say: “That will be £19:50”

ENDIF

ELSE

Say: “That will be £9:75”

ENDIF

Now decide the minimum number of tests that are needed to ensure

that all the questions have been asked, all combinations have occurred

and all replies given.