Which of the following requirements would be tested by a functional sy
Practice ISTQB Foundation Level Q&A – Which of the following requirements would be tested by a functional system test?
Practice ISTQB Foundation Level Q&A – Which of the following requirements would be tested by a functional system test?
The process of designing test cases consists of the f
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:-
Rule 1 | Rule 2 | Rule 3 | Rule 4 | |
Conditions | ||||
UK resident? | False | True | True | True |
Age between 18 – 55? | Don’t care | False | True | True |
Smoker? | Don’t care | Don’t care | False | True |
Actions | ||||
Insure client? | False | False | True | True |
Offer 10% discount? F | False | False | True | False |
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
Practice ISTQB Foundation Level Q&A – In a REACTIVE approach to testing when would you
expect the bulk of the test design work to be begun?
Practice ISTQB Foundation Level Q&A – Which of the following is an objective of a pilot project for the introduction of a testing tool?
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?
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 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?
Practice ISTQB Foundation Level Q&A – Which of the following is the best source of Expected Outcomes for User Acceptance Test
scripts?
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 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?
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 is taxed at 22%
Any further amount is taxed at 40%
Which of these groups of numbers would fall into the same equivalence class?
Practice ISTQB Foundation Level Q&A – Which of the following is the best source of Expected Outcomes for User Acceptance Test
scripts?
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 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?
Practice ISTQB Foundation Level Q&A – Which of the following characterises the cost of faults?
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
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.