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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *