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?

Consider the following statements:
(i) 100% statement coverage guar

Loading

Practice ISTQB Foundation Level Q&A – Consider the following statements:
(i) 100% statement coverage guarantees 100% branch coverage.

(ii) 100% branch coverage guarantees 100% statement coverage.

(iii) 100% branch coverage guarantees 100% decision coverage.

(iv) 100% decision coverage guarantees 100% branch coverage.

(v) 100% statement coverage guarantees 100% decision coverage.

The process of designing test cases consists of the following activiti

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?

Which of the following are disadvantages

of capturing te

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.

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

Loading

Practice ISTQB Foundation Level Q&A – Analyze 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.