graemewatson
Quiz von , erstellt am more than 1 year ago

Quiz am CHAPTER FOUR - TEST DESIGN TECHNIQUE, erstellt von graemewatson am 05/02/2015.

59
1
0
graemewatson
Erstellt von graemewatson vor mehr als 9 Jahre
Schließen

CHAPTER FOUR - TEST DESIGN TECHNIQUE

Frage 1 von 17

1

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

Wähle eine der folgenden:

  • Test Input, Test Data & Expected Results.

  • Test Conditions and the associated high level test cases.

  • Execution order and procedures / scripts.

  • Relevant Test levels.

Erklärung

Frage 2 von 17

1

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

Wähle eine der folgenden:

  • The test case specification.

  • The test procedure specification.

  • The test design specification.

  • The test plan.

Erklärung

Frage 3 von 17

1

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

Wähle eine der folgenden:

  • An equivalence partition.

  • A boundary value.

  • A condition group.

  • A valid class.

Erklärung

Frage 4 von 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?

Wähle eine der folgenden:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Erklärung

Frage 5 von 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?

Wähle eine der folgenden:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Erklärung

Frage 6 von 17

1

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

Wähle eine der folgenden:

  • Decision coverage.

  • Decision table.

  • Decision outcome.

  • Equivalence partitions.

Erklärung

Frage 7 von 17

1

Use cases are beneficial to testers because:

Wähle eine der folgenden:

  • Process flows are based on typical business usage.

  • They are created independently by testers.

  • They divide inputs into equivalence partitions.

  • They describe allowable transitions.

Erklärung

Frage 8 von 17

1

What is a valid boundary value?

Wähle eine der folgenden:

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

Erklärung

Frage 9 von 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.

Wähle eine der folgenden:

  • 22, 40, 61

  • 21, 41 62

  • 21, 40, 60

  • 22, 41, 63

Erklärung

Frage 10 von 17

1

The evaluation of a decision to TRUE or FALSE is a

Wähle eine der folgenden:

  • Decision outcome

  • Condition code

  • Boolean twist

  • Mandelbrot set

Erklärung

Frage 11 von 17

1

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

Wähle eine der folgenden:

  • Decision Coverage

  • Statement Coverage

  • Multiple Condition Coverage

  • Path Coverage

Erklärung

Frage 12 von 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?

Wähle eine der folgenden:

  • 100% equivalence class coverage

  • 100% path coverage and 100% statement coverage

  • 100% statement coverage

  • 100% multiple condition coverage

Erklärung

Frage 13 von 17

1

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

Wähle eine der folgenden:

  • Are used to assess software structure

  • Are only used in component testing

  • Cannot be used with customised software

  • Augment other techniques

Erklärung

Frage 14 von 17

1

Error guessing is best used:

Wähle eine der folgenden:

  • As the first approach to deriving test cases

  • After more formal techniques have been applied

  • By inexperienced testers

  • After the system has gone live

Erklärung

Frage 15 von 17

1

The choice of test techniques to use can depend on

Wähle eine der folgenden:

  • The age of the tester

  • The level of risk

  • The size of the system

  • The number of developers working on the system

Erklärung

Frage 16 von 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

Wähle eine der folgenden:

  • 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

Erklärung

Frage 17 von 17

1

Which of these statements about test techniques is INCORRECT?

Wähle eine der folgenden:

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

Erklärung