Imagine you're testing a newly developed mobile application, and you don't have any knowledge of its internal coding. Which type of testing technique would you primarily rely on?

  • Black Box Testing
  • Regression Testing
  • Unit Testing
  • White Box Testing
Black Box Testing is an approach where the tester doesn't have any knowledge about the internal workings of the system. It focuses on testing the application's functionality without concerning the internal code structures, making it the best choice for this scenario.
Add your answer
Loading...

Leave a comment

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