Software Testing & SDLC
Software Testing & SDLC
- Which term refers to a testing method that verifies the smallest testable parts of an application, such as individual functions, in isolation?
- What does Unit testing refer to?
- What is the name for a testing phase that verifies the interaction between combined modules or components of a system?
- Which of the following best describes Integration testing?
- Identify the correct concept described as: a testing phase that evaluates a fully integrated system against specified requirements.
- System testing is best defined as which of the following?
- A testing technique that evaluates functionality without knowledge of the internal code structure. What is this concept called?
- Choose the correct description of Black-box testing.
- Which of the following best names the concept in which a testing technique that examines the internal logic and structure of the code being tested?
- What is the function or purpose of White-box testing?
- The concept in which testing performed after code changes to ensure existing functionality still works correctly is best known as which of these terms?
- Identify the correct definition of Regression testing.
- What term describes the following? a testing phase where actual users validate the software against real-world business requirements.
- In computer science, User acceptance testing (UAT) refers to which of the following?
- Select the correct name for: a documented set of conditions, inputs, and expected results used to verify a specific aspect of software behavior.
- Which statement correctly explains Test case?
- Which concept is defined as follows: an error or flaw in software that causes it to behave in an unintended way?
- What is Bug primarily used for?
- The following statement describes a specific concept. What is it called? a development approach where tests are written before the actual code is implemented.
- Select the accurate description of Test-driven development (TDD).