Which advanced black-box testing technique involves testing the application by understanding its functionality and without knowing its internal structures?

  • Equivalence Partitioning
  • Exploratory Testing
  • Functional Testing
  • Gray Box Testing
Gray Box Testing is an advanced testing method where the tester has partial knowledge of an application's internal workings. The tester understands the application's functionality but doesn't delve deep into its internal structures, making it a blend of black and white-box testing.
Add your answer
Loading...

Leave a comment

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