What is Black box testing?
Introduction Black box testing is testing the application program without knowing the internal details of the application code, design, etc. The Tester executes a test case and observes the test output. It comes under the Functional Testing of the application. Functional testing is executing functional test cases of the application to check if the application […]