graemewatson
Quiz por , criado more than 1 year ago

Quiz sobre CHAPTER FOUR - TEST DESIGN TECHNIQUE, criado por graemewatson em 05-02-2015.

59
1
0
graemewatson
Criado por graemewatson mais de 9 anos atrás
Fechar

CHAPTER FOUR - TEST DESIGN TECHNIQUE

Questão 1 de 17

1

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

Selecione uma das seguintes:

  • Test Input, Test Data & Expected Results.

  • Test Conditions and the associated high level test cases.

  • Execution order and procedures / scripts.

  • Relevant Test levels.

Explicação

Questão 2 de 17

1

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

Selecione uma das seguintes:

  • The test case specification.

  • The test procedure specification.

  • The test design specification.

  • The test plan.

Explicação

Questão 3 de 17

1

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

Selecione uma das seguintes:

  • An equivalence partition.

  • A boundary value.

  • A condition group.

  • A valid class.

Explicação

Questão 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?

Selecione uma das seguintes:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explicação

Questão 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?

Selecione uma das seguintes:

  • 1000, 3500, 6999

  • 500, 5000, 8500

  • 999, 1000, 6999, 7000

  • 1000, 1001, 6998, 6999

Explicação

Questão 6 de 17

1

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

Selecione uma das seguintes:

  • Decision coverage.

  • Decision table.

  • Decision outcome.

  • Equivalence partitions.

Explicação

Questão 7 de 17

1

Use cases are beneficial to testers because:

Selecione uma das seguintes:

  • Process flows are based on typical business usage.

  • They are created independently by testers.

  • They divide inputs into equivalence partitions.

  • They describe allowable transitions.

Explicação

Questão 8 de 17

1

What is a valid boundary value?

Selecione uma das seguintes:

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

Explicação

Questão 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.

Selecione uma das seguintes:

  • 22, 40, 61

  • 21, 41 62

  • 21, 40, 60

  • 22, 41, 63

Explicação

Questão 10 de 17

1

The evaluation of a decision to TRUE or FALSE is a

Selecione uma das seguintes:

  • Decision outcome

  • Condition code

  • Boolean twist

  • Mandelbrot set

Explicação

Questão 11 de 17

1

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

Selecione uma das seguintes:

  • Decision Coverage

  • Statement Coverage

  • Multiple Condition Coverage

  • Path Coverage

Explicação

Questão 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?

Selecione uma das seguintes:

  • 100% equivalence class coverage

  • 100% path coverage and 100% statement coverage

  • 100% statement coverage

  • 100% multiple condition coverage

Explicação

Questão 13 de 17

1

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

Selecione uma das seguintes:

  • Are used to assess software structure

  • Are only used in component testing

  • Cannot be used with customised software

  • Augment other techniques

Explicação

Questão 14 de 17

1

Error guessing is best used:

Selecione uma das seguintes:

  • As the first approach to deriving test cases

  • After more formal techniques have been applied

  • By inexperienced testers

  • After the system has gone live

Explicação

Questão 15 de 17

1

The choice of test techniques to use can depend on

Selecione uma das seguintes:

  • The age of the tester

  • The level of risk

  • The size of the system

  • The number of developers working on the system

Explicação

Questão 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

Selecione uma das seguintes:

  • 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

Explicação

Questão 17 de 17

1

Which of these statements about test techniques is INCORRECT?

Selecione uma das seguintes:

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

Explicação