graemewatson
Quiz by , created more than 1 year ago

Quiz on CHAPTER FOUR - TEST DESIGN TECHNIQUE, created by graemewatson on 05/02/2015.

59
1
0
graemewatson
Created by graemewatson over 9 years ago
Close

CHAPTER FOUR - TEST DESIGN TECHNIQUE

Question 1 of 17

1

In IEEE Std. 829-1998, Test Design Specifications define:

Select one of the following:

  • Test Input, Test Data & Expected Results.

  • Test Conditions and the associated high level test cases.

  • Execution order and procedures / scripts.

  • Relevant Test levels.

Explanation

Question 2 of 17

1

In IEEE Std. 829 - 1998, which document specifies the sequence of actions for executing tests?

Select one of the following:

  • The test case specification.

  • The test procedure specification.

  • The test design specification.

  • The test plan.

Explanation

Question 3 of 17

1

A range of data from which a test value is selected is termed:

Select one of the following:

  • An equivalence partition.

  • A boundary value.

  • A condition group.

  • A valid class.

Explanation

Question 4 of 17

1

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?

Select one of the following:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explanation

Question 5 of 17

1

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?

Select one of the following:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explanation

Question 6 of 17

1

Which of the following is a useful technique when testing combinations of conditions?

Select one of the following:

  • Decision coverage.

  • Decision table.

  • Decision outcome.

  • Equivalence partitions.

Explanation

Question 7 of 17

1

Use cases are beneficial to testers because:

Select one of the following:

  • Process flows are based on typical business usage.

  • They are created independently by testers.

  • They divide inputs into equivalence partitions.

  • They describe allowable transitions.

Explanation

Question 8 of 17

1

What is a valid boundary value?

Select one of the following:

  • 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.

Explanation

Question 9 of 17

1

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.

Select one of the following:

  • 22, 40, 61

  • 21, 41 62

  • 21, 40, 60

  • 22, 41, 63

Explanation

Question 10 of 17

1

The evaluation of a decision to TRUE or FALSE is a

Select one of the following:

  • Decision outcome

  • Condition code

  • Boolean twist

  • Mandelbrot set

Explanation

Question 11 of 17

1

Which of the following approaches provides the weakest level of coverage?

Select one of the following:

  • Decision Coverage

  • Statement Coverage

  • Multiple Condition Coverage

  • Path Coverage

Explanation

Question 12 of 17

1

If a program is tested and 100% decision coverage is achieved, which of the following coverage criteria is then guaranteed to be achieved?

Select one of the following:

  • 100% equivalence class coverage

  • 100% path coverage and 100% statement coverage

  • 100% statement coverage

  • 100% multiple condition coverage

Explanation

Question 13 of 17

1

Which of the following statements is true of experience-based techniques?

Select one of the following:

  • Are used to assess software structure

  • Are only used in component testing

  • Cannot be used with customised software

  • Augment other techniques

Explanation

Question 14 of 17

1

Error guessing is best used:

Select one of the following:

  • As the first approach to deriving test cases

  • After more formal techniques have been applied

  • By inexperienced testers

  • After the system has gone live

Explanation

Question 15 of 17

1

The choice of test techniques to use can depend on

Select one of the following:

  • The age of the tester

  • The level of risk

  • The size of the system

  • The number of developers working on the system

Explanation

Question 16 of 17

1

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

Select one of the following:

  • 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

Explanation

Question 17 of 17

1

Which of these statements about test techniques is INCORRECT?

Select one of the following:

  • 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.

Explanation