Podcast
Questions and Answers
Integration Testing is the process of testing different components of a software application together as a single ______.
Integration Testing is the process of testing different components of a software application together as a single ______.
unit
Unit tests test small program units or ______ of a software system.
Unit tests test small program units or ______ of a software system.
modules
Unit tests are fully ______.
Unit tests are fully ______.
automated
Unit tests are easy to develop using a ______ such as Jest.
Unit tests are easy to develop using a ______ such as Jest.
Signup and view all the answers
Unit tests execute ______.
Unit tests execute ______.
Signup and view all the answers
Unit tests provide good ______ coverage.
Unit tests provide good ______ coverage.
Signup and view all the answers
Integration Testing is also called integration and ______.
Integration Testing is also called integration and ______.
Signup and view all the answers
Top-Down Integration Advantages
Top-Down Integration Advantages
Signup and view all the answers
Isolation of ______ errors becomes easier because of the incremental nature of the top-down integration
Isolation of ______ errors becomes easier because of the incremental nature of the top-down integration
Signup and view all the answers
Test cases designed to ______ the integration of a module M are reused during the regression ______s performed after integrating other modules
Test cases designed to ______ the integration of a module M are reused during the regression ______s performed after integrating other modules
Signup and view all the answers
It may not be possible to observe meaningful ______ functions because of an absence of lower level modules and the presence of stubs
It may not be possible to observe meaningful ______ functions because of an absence of lower level modules and the presence of stubs
Signup and view all the answers
Test case ______ and stub design become increasingly difficult when stubs lie far away from the top-level module
Test case ______ and stub design become increasingly difficult when stubs lie far away from the top-level module
Signup and view all the answers
We design a test ______ to integrate lowest-level modules E, F, and G
We design a test ______ to integrate lowest-level modules E, F, and G
Signup and view all the answers
Return ______ generated by one module are likely to be used in another module
Return ______ generated by one module are likely to be used in another module
Signup and view all the answers
Integration testing aims to discover any ______ that may arise when the modules are integrated and must interact with each other.
Integration testing aims to discover any ______ that may arise when the modules are integrated and must interact with each other.
Signup and view all the answers
Integration Testing is also known as ______ testing or thread testing.
Integration Testing is also known as ______ testing or thread testing.
Signup and view all the answers
The objective of system integration testing (SIT) is to build a ______ version of the system.
The objective of system integration testing (SIT) is to build a ______ version of the system.
Signup and view all the answers
Integration testing is said to be complete when ______ behaviors are fully described.
Integration testing is said to be complete when ______ behaviors are fully described.
Signup and view all the answers
The complexity with Integration is usually the ______.
The complexity with Integration is usually the ______.
Signup and view all the answers
System integration testing is performed at different levels of ______.
System integration testing is performed at different levels of ______.
Signup and view all the answers
In pairwise integration, only two ______ systems in an overall system are tested at a time.
In pairwise integration, only two ______ systems in an overall system are tested at a time.
Signup and view all the answers
Bottom-Up Integration Testing Advantages
Bottom-Up Integration Testing Advantages
Signup and view all the answers
Bottom-Up Integration Testing Disadvantages
Bottom-Up Integration Testing Disadvantages
Signup and view all the answers
Big Bang Integration Testing
Big Bang Integration Testing
Signup and view all the answers
Big Bang Integration Testing Trade-offs (Advantages)
Big Bang Integration Testing Trade-offs (Advantages)
Signup and view all the answers
Big Bang Integration Testing Trade-offs (Disadvantages)
Big Bang Integration Testing Trade-offs (Disadvantages)
Signup and view all the answers
Sandwich Integration Testing
Sandwich Integration Testing
Signup and view all the answers
Sandwich Integration Testing Trade-offs (Advantages)
Sandwich Integration Testing Trade-offs (Advantages)
Signup and view all the answers
Sandwich Integration Testing Trade-offs (Disadvantages)
Sandwich Integration Testing Trade-offs (Disadvantages)
Signup and view all the answers
System Integration Test Plans (Categories)
System Integration Test Plans (Categories)
Signup and view all the answers