America LH
Quiz von , erstellt am more than 1 year ago

Quiz am Chapter 4 - CTFL ISTQB, erstellt von America LH am 06/06/2022.

209
0
0
America LH
Erstellt von America LH vor etwa 2 Jahre
Schließen

Chapter 4 - CTFL ISTQB

Frage 1 von 25

1

In "Equivalence partitioning", the partitions are called...

Wähle eine der folgenden:

  • Equivalence classes

  • Valid equivalence partitions

  • Invalid equivalence partitions

  • Sub partitions

Erklärung

Frage 2 von 25

1

In "Equivalence partitioning", partitions that contain valid values are called...

Wähle eine der folgenden:

  • Equivalence classes

  • Valid equivalence parts

  • Invalid equivalence parts

  • Sub partitions

Erklärung

Frage 3 von 25

1

In "Equivalence partitioning", partitions that contain invalid values are called...

Wähle eine der folgenden:

  • Equivalence classes

  • Valid equivalence parts

  • Invalid equivalence parts

  • Sub partitions

Erklärung

Frage 4 von 25

1

If we have the following values to represent the equivalence partitions: 0, 3, 6, 9

Which of the following rules is applicable on the value “9”?

Wähle eine der folgenden:

  • Any partition may be divided into sub-partitions if required

  • Each value can belong to one or more equivalence partition

  • Each value must belong to one and only one equivalence partition

Erklärung

Frage 5 von 25

1

The equivalence partitioning coverage is measured as...

Wähle eine der folgenden:

  • The number of equivalence partitions tested by at least ONE value, divided by the total number of identified equivalence partitions

  • The number of equivalence partitions tested by at least TWO values, divided by the total number of identified equivalence partitions

  • The number of equivalence partitions tested by at least THREE values, divided by the total number of identified equivalence partitions

  • The number of equivalence partitions tested by at least FOUR values, divided by the total number of identified equivalence partitions

Erklärung

Frage 6 von 25

1

Boundary value analysis is considered as an extension of...

Wähle eine der folgenden:

  • Decision table testing

  • Equivalence partitioning

  • State transition testing

  • Use cases testing

Erklärung

Frage 7 von 25

1

Boundary value analysis can be applied on which of the following test levels?

Wähle eine der folgenden:

  • Unit testing, integration testing, system testing and acceptance testing

  • Unit testing, integration testing and system testing

  • Unit testing and integration testing

  • Unit testing only

Erklärung

Frage 8 von 25

1

The coverage of the Boundary value analysis is measured as...

Wähle eine der folgenden:

  • The number of boundary values tested, divided by the total number of identified equivalence partitions

  • The number of tested equivalence partitions, divided by the total number of identified boundary test values

  • The number of boundary values tested, divided by the total number of identified equivalence boundary test values

  • None of above

Erklärung

Frage 9 von 25

1

In decision table testing, each column corresponds to a...

Wähle eine der folgenden:

  • Decision partition

  • Decision coverage

  • Decision rule

Erklärung

Frage 10 von 25

1

The values of the conditions and actions in decision table testing are usually shown as... and for each table these values may have...

Wähle eine der folgenden:

  • Boolean or discrete values / different types

  • Discrete values only / different types

  • Discrete value only / same types

  • Boolean or discrete values / same types

Erklärung

Frage 11 von 25

1

The common minimum coverage standard for decision table testing is...

Wähle eine der folgenden:

  • To have at least two test cases per decision rule in the table

  • To have at least one test case per decision rule in the table

  • To have at least four test cases per decision rule in the table

  • To have at least three test cases per decision rule in the table

Erklärung

Frage 12 von 25

1

Coverage in decision table testing is measured as...

Wähle eine der folgenden:

  • The number of decision rules tested by at least two test cases, divided by the total number of decision rules

  • The number of decision rules tested by at least three test cases, divided by the total number of decision rules

  • The number of decision rules tested by at least one test cases, divided by the total number of decision rules

Erklärung

Frage 13 von 25

1

Which of the following statements is correct about “State transition diagrams”?

Wähle eine der folgenden:

  • A state transition diagram shows only the possible software states

  • A state transition diagram shows only the impossible software states

  • A state transition diagram shows only the possible and the impossible software states

Erklärung

Frage 14 von 25

1

State transition coverage is measured as...

Wähle eine der folgenden:

  • The number of states or transitions tested, divided by the total number of states or transitions in the test object

  • The number of invalid events, divided by the total number of states or transitions in the test object

  • The number of valid events, divided by the total number of states or transitions in the test object

Erklärung

Frage 15 von 25

1

A “State transition table’’ shows...

Wähle eine der folgenden:

  • Valid transitions only

  • Invalid transitions only

  • Valid and Invalid transitions only

Erklärung

Frage 16 von 25

1

Use cases specify some behaviors that a subject can perform with...

Wähle eine der folgenden:

  • Only one actor

  • One or more actors

  • Only two actors

Erklärung

Frage 17 von 25

1

Which of the following statements is true and which is false about “use cases testing’’ ?

1. A use case can be described as interactions, activities and preconditions
2. Use cases can include possible variations as error handling
3. Code is designed to exercise the defined behaviours

Wähle eine der folgenden:

  • 1, 2, 3 are true

  • 1 is true / 2, 3 are false

  • 1, 2, 3 are false

  • 1, 2 are true / 3 is false

Erklärung

Frage 18 von 25

1

What is the meaning of achieving 100% statement coverage?

Wähle eine der folgenden:

  • Test cases are designed to pass through all the statements of inputs

  • Test cases are designed to pass through all the executable statements of executable code

  • Test cases are designed to pass through all the statements of requirements

Erklärung

Frage 19 von 25

1

How to measure statement testing coverage?

Wähle eine der folgenden:

  • Number of statements covered by tests, divided by the total number of statements

  • Number of statements, divided by number of statements covered by tests

  • Number of decisions covered by tests, divided by the total number of decisions

Erklärung

Frage 20 von 25

1

How to measure decision testing coverage ?

Wähle eine der folgenden:

  • Number of statements covered by tests, divided by the total number of statements

  • Total number of statements, divided by number of statements covered by tests

  • Number of decisions outcomes covered by tests, divided by the total number of decision outcomes

Erklärung

Frage 21 von 25

1

Which of the following statements best represents the relation between "Statement Coverage" and "decision Coverage" ?

Wähle eine der folgenden:

  • 100% decision coverage guarantees 100% statement coverage

  • 100% statement coverage guarantees 100% decision coverage

  • 100% decision coverage achieves less than 100% statement coverage

Erklärung

Frage 22 von 25

1

In experience-based testing, test cases are derived from...

Wähle eine der folgenden:

  • test conditions and test charters

  • Requirements and user specifications

  • Tester's skills, intuition and experience with similar applications

Erklärung

Frage 23 von 25

1

In experience-based testing, which of the following techniques is used to anticipate defects and mistakes that the developers tend to make?

Wähle eine der folgenden:

  • Ad-hoc technique

  • Error guessing technique

  • Exploratory testing technique

Erklärung

Frage 24 von 25

1

In experience-based testing, which of the following techniques is useful when we have few requirements or time pressure?

Wähle eine der folgenden:

  • Ad-hoc technique

  • Error guessing technique

  • Exploratory testing technique

Erklärung

Frage 25 von 25

1

In experience-based testing, which of the following techniques can provide guidelines and a degree of consistency in the absence of detailed test cases?

Wähle eine der folgenden:

  • Error guessing technique

  • Exploratory testing technique

  • Ad-hoc technique

  • Checklist-based technique

Erklärung