Podcast
Questions and Answers
Integration Testing is the process of testing the ________ components of a software application together as a single unit.
Integration Testing is the process of testing the ________ components of a software application together as a single unit.
different
Unit tests are fully automated and easy to develop using a framework such as ________.
Unit tests are fully automated and easy to develop using a framework such as ________.
Jest
Integration Testing ensures that the ________ of many classes in a system are built to work together properly.
Integration Testing ensures that the ________ of many classes in a system are built to work together properly.
components
Integration testing aims to discover any defects that may arise when the modules are ______ and must interact with each other.
Integration testing aims to discover any defects that may arise when the modules are ______ 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
System integration testing is performed at different levels of ______.
System integration testing is performed at different levels of ______.
Signup and view all the answers
Bottom-Up Integration Testing Advantages: Advantages: One designs the behavior of a test driver by simplifying the behavior of the actual ________
Bottom-Up Integration Testing Advantages: Advantages: One designs the behavior of a test driver by simplifying the behavior of the actual ________
Signup and view all the answers
Big Bang Integration Testing Disadvantages: Disadvantages: Discovery of major faults are detected towards the end of the integration process, because major design decision are usually embodied in the ________-level modules
Big Bang Integration Testing Disadvantages: Disadvantages: Discovery of major faults are detected towards the end of the integration process, because major design decision are usually embodied in the ________-level modules
Signup and view all the answers
Big Bang Integration Testing Trade-offs (continued): Disadvantages: Can result in difficult problem determination since all software must be considered ________
Big Bang Integration Testing Trade-offs (continued): Disadvantages: Can result in difficult problem determination since all software must be considered ________
Signup and view all the answers
Sandwich Integration Testing Trade-offs: Disadvantages: Does not test the individual subsystems on the target layer thoroughly before ________
Sandwich Integration Testing Trade-offs: Disadvantages: Does not test the individual subsystems on the target layer thoroughly before ________
Signup and view all the answers
Top-Down Integration Advantages
Top-Down Integration Advantages
Signup and view all the answers
Top-Down Integration Disadvantages
Top-Down Integration Disadvantages
Signup and view all the answers
Bottom-Up Integration Testing
Bottom-Up Integration Testing
Signup and view all the answers