Which type of testing focuses on finding defects by executing the software?
- Dynamic testing
- Non-functional testing
- Static testing
- Structural testing
Dynamic testing involves executing the software to find defects or bugs. It includes techniques like unit testing, integration testing, system testing, and acceptance testing, where the software is actively run to check its behavior and functionality. This type of testing is essential for identifying issues that may arise during actual usage of the software.
Loading...
Related Quiz
- Angular's ___________ feature helps maintain consistent state across components.
- The Bellman-Ford algorithm is an example of a dynamic programming algorithm used to solve the ___________ problem.
- ___________ is a divide and conquer sorting algorithm.
- Which SDLC model is known for its linear and sequential approach to software development?
- ___________ testing ensures that a software system can handle a specific workload under defined conditions.