Black Box Testing
A Black box testing is a software testing method used to test a system externally not taking into account the internal structure of the system under test. Instead, the focus is on how the system works as a whole. Specifically, this testing approach focuses on the input that goes into the software and the output that is produced to see whether the expected results are achieved.
Example: Testing a login feature by entering credentials without knowing the backend logic.