Chapter 4 - CTFL ISTQB

Descripción

Test sobre Chapter 4 - CTFL ISTQB, creado por America LH el 06/06/2022.
America LH
Test por America LH, actualizado hace más de 1 año
America LH
Creado por America LH hace casi 2 años
142
0

Resumen del Recurso

Pregunta 1

Pregunta
In "Equivalence partitioning", the partitions are called...
Respuesta
  • Equivalence classes
  • Valid equivalence partitions
  • Invalid equivalence partitions
  • Sub partitions

Pregunta 2

Pregunta
In "Equivalence partitioning", partitions that contain valid values are called...
Respuesta
  • Equivalence classes
  • Valid equivalence parts
  • Invalid equivalence parts
  • Sub partitions

Pregunta 3

Pregunta
In "Equivalence partitioning", partitions that contain invalid values are called...
Respuesta
  • Equivalence classes
  • Valid equivalence parts
  • Invalid equivalence parts
  • Sub partitions

Pregunta 4

Pregunta
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”?
Respuesta
  • 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

Pregunta 5

Pregunta
The equivalence partitioning coverage is measured as...
Respuesta
  • 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

Pregunta 6

Pregunta
Boundary value analysis is considered as an extension of...
Respuesta
  • Decision table testing
  • Equivalence partitioning
  • State transition testing
  • Use cases testing

Pregunta 7

Pregunta
Boundary value analysis can be applied on which of the following test levels?
Respuesta
  • Unit testing, integration testing, system testing and acceptance testing
  • Unit testing, integration testing and system testing
  • Unit testing and integration testing
  • Unit testing only

Pregunta 8

Pregunta
The coverage of the Boundary value analysis is measured as...
Respuesta
  • 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

Pregunta 9

Pregunta
In decision table testing, each column corresponds to a...
Respuesta
  • Decision partition
  • Decision coverage
  • Decision rule

Pregunta 10

Pregunta
The values of the conditions and actions in decision table testing are usually shown as... and for each table these values may have...
Respuesta
  • Boolean or discrete values / different types
  • Discrete values only / different types
  • Discrete value only / same types
  • Boolean or discrete values / same types

Pregunta 11

Pregunta
The common minimum coverage standard for decision table testing is...
Respuesta
  • 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

Pregunta 12

Pregunta
Coverage in decision table testing is measured as...
Respuesta
  • 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

Pregunta 13

Pregunta
Which of the following statements is correct about “State transition diagrams”?
Respuesta
  • 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

Pregunta 14

Pregunta
State transition coverage is measured as...
Respuesta
  • 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

Pregunta 15

Pregunta
A “State transition table’’ shows...
Respuesta
  • Valid transitions only
  • Invalid transitions only
  • Valid and Invalid transitions only

Pregunta 16

Pregunta
Use cases specify some behaviors that a subject can perform with...
Respuesta
  • Only one actor
  • One or more actors
  • Only two actors

Pregunta 17

Pregunta
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
Respuesta
  • 1, 2, 3 are true
  • 1 is true / 2, 3 are false
  • 1, 2, 3 are false
  • 1, 2 are true / 3 is false

Pregunta 18

Pregunta
What is the meaning of achieving 100% statement coverage?
Respuesta
  • 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

Pregunta 19

Pregunta
How to measure statement testing coverage?
Respuesta
  • 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

Pregunta 20

Pregunta
How to measure decision testing coverage ?
Respuesta
  • 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

Pregunta 21

Pregunta
Which of the following statements best represents the relation between "Statement Coverage" and "decision Coverage" ?
Respuesta
  • 100% decision coverage guarantees 100% statement coverage
  • 100% statement coverage guarantees 100% decision coverage
  • 100% decision coverage achieves less than 100% statement coverage

Pregunta 22

Pregunta
In experience-based testing, test cases are derived from...
Respuesta
  • test conditions and test charters
  • Requirements and user specifications
  • Tester's skills, intuition and experience with similar applications

Pregunta 23

Pregunta
In experience-based testing, which of the following techniques is used to anticipate defects and mistakes that the developers tend to make?
Respuesta
  • Ad-hoc technique
  • Error guessing technique
  • Exploratory testing technique

Pregunta 24

Pregunta
In experience-based testing, which of the following techniques is useful when we have few requirements or time pressure?
Respuesta
  • Ad-hoc technique
  • Error guessing technique
  • Exploratory testing technique

Pregunta 25

Pregunta
In experience-based testing, which of the following techniques can provide guidelines and a degree of consistency in the absence of detailed test cases?
Respuesta
  • Error guessing technique
  • Exploratory testing technique
  • Ad-hoc technique
  • Checklist-based technique
Mostrar resumen completo Ocultar resumen completo

Similar

Chapter 6 - CTFL ISTQB
America LH
Chapter 3 - CTFL ISTQB
America LH
Chapter 5 - CTFL ISTQB
America LH
Chapter 1 - Quick Quiz - Principles of testing
America LH
Examen ISTQB Español Fundation Level-Modelo C - Preguntas
Heidy Blanco
Testing for ions
Joshua Rees
ISTQB 2018 Foundation Software Testing 1
Robyn Babbage
CTFL-AT
C B
ISTQB Foundation Software Testing A
Robyn Babbage
Chemistry Ion Testing Quiz
Ben Botting
Testing for ions
Joshua Rees