The act of designing or selecting test cases based on the internal structure of the component or system under test is known as _______ testing.
- Black-box
- Functional
- Regression
- Structural
Structural testing, often referred to as white-box testing, focuses on the internal structure or workings of an application. It requires a thorough understanding of the software's architecture and seeks to test the software's internal structures directly.
Loading...
Related Quiz
- Which of the following is a common team structure for a test organization in a larger enterprise?
- The process of evaluating the test's progress and adapting the test plan accordingly is termed as _______.
- During which stage in the bug life cycle is a bug verified after it has been fixed?
- One of the key aspects of resource planning is to allocate tasks based on the tester's _______.
- You are handed an application with a primary goal to validate its internal algorithm structures and logic. Without prior detailed information about its functional behavior, which testing technique will you utilize?