Which of the following is a form of Functional Testing?
Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts?
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?
The difference between re-testing and regression testing is:
Which of the following is not a quality characteristic listed in ISO 9126 Standard?
What is the purpose of a test completion criterion?
Statement Coverage will not check for the following.
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
if (Condition 2)
then statement 3
…………
Which of the following is not part of performance testing?
The standard that gives definitions of testing terms is:
Code Coverage is used as a measure of what ?
One Key reason why developers have difficulty testing their own work is :
Which of the following tools would be involved in the automation of regression test?
An input field takes the year of birth between 1900 and 2004.
The boundary values for testing this field are
Consider the following statements about early test design:
i. early test design can prevent fault multiplication
ii. faults found during early test design are more expensive to fix
iii. early test design can find faults
iv. early test design can cause changes to the requirements
v. early test design normally takes more effort
Which of the following is NOT part of configuration management?
What is the percent of the total gross of sales that come from product failure?
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.
Quality Assurance methods are usually considered:
What is ‘stage containment’ as referred to reviews?
What is the percent of the total cost of quality that comes from rework?
Which one of the following is NOT a rule to be followed in reviews?
Test Planning is greatly influenced by
Data flow analysis studies
Which of the following is NOT true of incidents?
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
Which of the following is not described in a unit test standard?
Which of the following requirements is testable?
Error guessing is best used
Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage?
Read p
Read q
IF p+q > 100 THEN
Print "Large"
ENDIF
IF p > 50 THEN
Print "p Large"
ENDIF
Which of the following techniques is NOT a black box technique?
Fault Masking is