Question 1
Question
In IEEE Std. 829-1998, Test Design Specifications define:
Answer
-
Test Input, Test Data & Expected Results.
-
Test Conditions and the associated high level test cases.
-
Execution order and procedures / scripts.
-
Relevant Test levels.
Question 2
Question
In IEEE Std. 829 - 1998, which document specifies the sequence of actions for executing tests?
Answer
-
The test case specification.
-
The test procedure specification.
-
The test design specification.
-
The test plan.
Question 3
Question
A range of data from which a test value is selected is termed:
Question 4
Question
Customer numbers in the Birmingham database can range between 1000 and 6999 inclusive. Which of the following sets of inputs is the minimum to execute each valid and invalid equivalence partition?
Answer
-
1000, 3500, 6999
-
500, 5000, 8500
-
999, 1000, 6999, 7000
-
1000, 1001, 6998, 6999
Question 5
Question
Customer numbers in the Birmingham database can range between 1000 and 6999 inclusive. Which of the following sets of inputs tests all valid and invalid boundary values?
Answer
-
1000, 3500, 6999
-
500, 5000, 8500
-
999, 1000, 6999, 7000
-
1000, 1001, 6998, 6999
Question 6
Question
Which of the following is a useful technique when testing combinations of conditions?
Answer
-
Decision coverage.
-
Decision table.
-
Decision outcome.
-
Equivalence partitions.
Question 7
Question
Use cases are beneficial to testers because:
Answer
-
Process flows are based on typical business usage.
-
They are created independently by testers.
-
They divide inputs into equivalence partitions.
-
They describe allowable transitions.
Question 8
Question
What is a valid boundary value?
Answer
-
Any valid input entered by the user.
-
Any test value inside a partition.
-
A value identified by the boundary value analysis that falls within a valid partition.
-
A boundary test that gives a valid result.
Question 9
Question
Given the following specification, which of the following values for age are in different equivalence partitions?
IF YOU ARE AGED 21 OR UNDER, YOU ARE TOO YOUNG TO BE INSURED. BETWEEN 22 AND 40 INCLUSIVE, YOU WILL RECEIVE A 20% DISCOUNT. ANYONE OVER 40 IS NOT ELIGIBLE FOR A DISCOUNT.
Answer
-
22, 40, 61
-
21, 41 62
-
21, 40, 60
-
22, 41, 63
Question 10
Question
The evaluation of a decision to TRUE or FALSE is a
Answer
-
Decision outcome
-
Condition code
-
Boolean twist
-
Mandelbrot set
Question 11
Question
Which of the following approaches provides the weakest level of coverage?
Question 12
Question
If a program is tested and 100% decision coverage is achieved, which of the following coverage criteria is then guaranteed to be achieved?
Answer
-
100% equivalence class coverage
-
100% path coverage and 100% statement coverage
-
100% statement coverage
-
100% multiple condition coverage
Question 13
Question
Which of the following statements is true of experience-based techniques?
Answer
-
Are used to assess software structure
-
Are only used in component testing
-
Cannot be used with customised software
-
Augment other techniques
Question 14
Question
Error guessing is best used:
Answer
-
As the first approach to deriving test cases
-
After more formal techniques have been applied
-
By inexperienced testers
-
After the system has gone live
Question 15
Question
The choice of test techniques to use can depend on
Question 16
Question
The following is a list of test design techniques. Which would be termed "white box" and which "black box"?
1) DECISION TESTING
2) STATEMENT TESTING
3) BOUNDARY VALUE ANALYSIS
4) USE CASE TESTING
5) DECISION TABLE TESTING
6) STATE TRANSITION TESTING
Answer
-
1, 2 and 5 are white box; 3, 4 and 6 are black box
-
1, 2 and 6 are white box; 3, 4 and 5 are black box
-
1, 2 and 3 white box; 4, 5 and 6 are black box
-
1 and 2 are white box; 3, 4, 5 and 6 are black box
Question 17
Question
Which of these statements about test techniques is INCORRECT?
Answer
-
Condition testing is a structural technique and has a measure attached.
-
Equivalence partitioning is not the same category of technique as branch/decision testing.
-
State transition testing is the same category of technique as statement testing.
-
Decision table testing is the same category of technique as state transition testing.