Podcast
Questions and Answers
The technique of ______ is based on a formal way of structuring complex input-output specification.
The technique of ______ is based on a formal way of structuring complex input-output specification.
cause-effect graphing
In ______ analysis, causes and effects are represented as Boolean variables.
In ______ analysis, causes and effects are represented as Boolean variables.
cause-effect
The ______ relationships among causes and effects can be represented as one or more Boolean graphs.
The ______ relationships among causes and effects can be represented as one or more Boolean graphs.
logical
The most critical step in ______ analysis is to identify causes and effects.
The most critical step in ______ analysis is to identify causes and effects.
Signup and view all the answers
To apply cause-effect graphing, one must first transfer the specification of inputs and outputs into ______ values.
To apply cause-effect graphing, one must first transfer the specification of inputs and outputs into ______ values.
Signup and view all the answers
Cause-effect graphing is applicable to the software requirements written using ______ statements.
Cause-effect graphing is applicable to the software requirements written using ______ statements.
Signup and view all the answers
The C-E Analysis process involves ____________ Logical Relationships and Constraints.
The C-E Analysis process involves ____________ Logical Relationships and Constraints.
Signup and view all the answers
Boolean graphs provide a convenient and economical way to visualize ____________ and constraints.
Boolean graphs provide a convenient and economical way to visualize ____________ and constraints.
Signup and view all the answers
The ____________ Case Selection Strategy determines the number and nature of Cause-combinations to be considered.
The ____________ Case Selection Strategy determines the number and nature of Cause-combinations to be considered.
Signup and view all the answers
Constructing a ____________ Case Coverage Matrix involves tracing through the Cause-Effect relationships to identify combinations of Causes.
Constructing a ____________ Case Coverage Matrix involves tracing through the Cause-Effect relationships to identify combinations of Causes.
Signup and view all the answers
The Cause-Effect analysis process involves identifying ____________ among causes that allow for the identification of impossible combinations.
The Cause-Effect analysis process involves identifying ____________ among causes that allow for the identification of impossible combinations.
Signup and view all the answers
The C-E Analysis process involves ____________ an appropriate Test Case Selection Strategy.
The C-E Analysis process involves ____________ an appropriate Test Case Selection Strategy.
Signup and view all the answers
Equivalence partitioning is a method to generate test data for _______________________ testing.
Equivalence partitioning is a method to generate test data for _______________________ testing.
Signup and view all the answers
In equivalence partitioning, the input domain is divided into mutually disjoint subsets called _______________________.
In equivalence partitioning, the input domain is divided into mutually disjoint subsets called _______________________.
Signup and view all the answers
Test case design is based on an evaluation of _______________________ for an input condition.
Test case design is based on an evaluation of _______________________ for an input condition.
Signup and view all the answers
For a boolean variable, one _______________________ and one invalid equivalence class is required.
For a boolean variable, one _______________________ and one invalid equivalence class is required.
Signup and view all the answers
Equivalence classes for variables can be applied to _______________________ data type such as speed, area, and age.
Equivalence classes for variables can be applied to _______________________ data type such as speed, area, and age.
Signup and view all the answers
For string variables, at least one equivalence class contains all _______________________ strings and one all illegal strings.
For string variables, at least one equivalence class contains all _______________________ strings and one all illegal strings.
Signup and view all the answers