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.



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