Which aspect of the software does white box testing primarily focus on?

  • User Interface
  • Internal Structure
  • Functionality
  • Performance
White box testing primarily focuses on the internal structure and logic of the software. It is also known as structural testing, glass-box testing, or code-based testing. This technique aims to uncover issues related to code quality and implementation.
Add your answer
Loading...

Leave a comment

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