For testing, which of the options below best
<

Loading

Practice ISTQB Foundation Level Q&A –

For testing, which of the options below best

represents the main concerns of Configuration Management?

i. All items of testware are identified and version controlled;
ii. All items of testware are used in the final acceptance test; 
iii. All items of testware are stored in a common repository; 
iv. All items of testware are tracked for change;

v. All items of testware are assigned to a responsible owner;
vi. All items of testware are related to each other and to development items.



The following statements are used to describe

Loading

Practice ISTQB Foundation Level Q&A –

The following statements are used to describe

the basis for creating test cases using either black or white box

techniques:

i. information about how the software is constructed.

ii. models of the system, software or components. 
iii. analysis of the test basis documentation. 
iv. analysis of the internal structure of the components. 
Which combination of the statements describes the basis for black box techniques?

Considering the following pseudo-code, calculate

the MIN

Loading

Practice ISTQB Foundation Level Q&A – Considering the following pseudo-code, calculate

the MINIMUM number of test cases for statement coverage, and the

MINIMUM number of test cases for decision coverage respectively.

READ A

READ B

READ C

IF C>A THEN

IF C>B THEN

PRINT “C must be smaller than at least one number”

ELSE Download more sample papers at – istqbExamCertification.com

Download more sample papers at – istqbExamCertification.com

PRINT “Proceed to next stage”

ENDIF

ELSE

PRINT “B can be smaller than C”

ENDIF

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?