Which type of testing technique focuses on testing an application without looking into the internal code structure?

  • Black-box Testing
  • Grey-box Testing
  • Static Testing
  • White-box Testing
Black-box Testing, often called behavioral testing, focuses on examining the functionality of the application without delving into its internal structures or workings. The main goal is to test how the software behaves in response to various inputs and conditions.
Add your answer
Loading...

Leave a comment

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