graemewatson
Test por , creado hace más de 1 año

Test sobre CHAPTER FOUR - TEST DESIGN TECHNIQUE, creado por graemewatson el 05/02/2015.

59
1
0
graemewatson
Creado por graemewatson hace más de 9 años
Cerrar

CHAPTER FOUR - TEST DESIGN TECHNIQUE

Pregunta 1 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • Test Input, Test Data & Expected Results.

  • Test Conditions and the associated high level test cases.

  • Execution order and procedures / scripts.

  • Relevant Test levels.

Explicación

Pregunta 2 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • The test case specification.

  • The test procedure specification.

  • The test design specification.

  • The test plan.

Explicación

Pregunta 3 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • An equivalence partition.

  • A boundary value.

  • A condition group.

  • A valid class.

Explicación

Pregunta 4 de 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?

Selecciona una de las siguientes respuestas posibles:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explicación

Pregunta 5 de 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?

Selecciona una de las siguientes respuestas posibles:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explicación

Pregunta 6 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • Decision coverage.

  • Decision table.

  • Decision outcome.

  • Equivalence partitions.

Explicación

Pregunta 7 de 17

1

Use cases are beneficial to testers because:

Selecciona una de las siguientes respuestas posibles:

  • Process flows are based on typical business usage.

  • They are created independently by testers.

  • They divide inputs into equivalence partitions.

  • They describe allowable transitions.

Explicación

Pregunta 8 de 17

1

What is a valid boundary value?

Selecciona una de las siguientes respuestas posibles:

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

Explicación

Pregunta 9 de 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.

Selecciona una de las siguientes respuestas posibles:

  • 22, 40, 61

  • 21, 41 62

  • 21, 40, 60

  • 22, 41, 63

Explicación

Pregunta 10 de 17

1

The evaluation of a decision to TRUE or FALSE is a

Selecciona una de las siguientes respuestas posibles:

  • Decision outcome

  • Condition code

  • Boolean twist

  • Mandelbrot set

Explicación

Pregunta 11 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • Decision Coverage

  • Statement Coverage

  • Multiple Condition Coverage

  • Path Coverage

Explicación

Pregunta 12 de 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?

Selecciona una de las siguientes respuestas posibles:

  • 100% equivalence class coverage

  • 100% path coverage and 100% statement coverage

  • 100% statement coverage

  • 100% multiple condition coverage

Explicación

Pregunta 13 de 17

1

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

Selecciona una de las siguientes respuestas posibles:

  • Are used to assess software structure

  • Are only used in component testing

  • Cannot be used with customised software

  • Augment other techniques

Explicación

Pregunta 14 de 17

1

Error guessing is best used:

Selecciona una de las siguientes respuestas posibles:

  • As the first approach to deriving test cases

  • After more formal techniques have been applied

  • By inexperienced testers

  • After the system has gone live

Explicación

Pregunta 15 de 17

1

The choice of test techniques to use can depend on

Selecciona una de las siguientes respuestas posibles:

  • The age of the tester

  • The level of risk

  • The size of the system

  • The number of developers working on the system

Explicación

Pregunta 16 de 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

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 17 de 17

1

Which of these statements about test techniques is INCORRECT?

Selecciona una de las siguientes respuestas posibles:

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

Explicación