What is the expected result for each of the following

Loading

Practice ISTQB Foundation Level Q&A –

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

Rule 1Rule 2Rule 3Rule 4
Conditions 
Indian resident?FalseTrueTrueTrue
Age between 18 – 55?Don’t careFalseTrueTrue
Married?Don’t careDon’t careFalseTrue
Actions 
Issue Memebership?FalseFalseTrueTrue
Offer 10% discount? FalseFalseTrueFalse



Test Implementation and execution has which of the fo

Loading

Practice ISTQB Foundation Level Q&A –

Test Implementation and execution has which of the following major tasks?

I. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts. 

ii. Creating the test suite from the test cases for efficient test execution. 
iii. Verifying that the test environment has been set up correctly. 
iv. Determining the exit criteria.

How many test cases are necessary to cover all the possible sequences

Loading

Practice ISTQB Foundation Level Q&A – How many test cases are necessary to cover all the possible sequences of statements (paths) for
the following program fragment? Assume that the two conditions are independent of each other : –

…………

if (Condition 1) 

then statement 1

else statement 2

fi

if (Condition 2)

then statement 3

fi

…………