black-box testing
Black-box testing is a software testing technique where the internal structure and implementation details of a system or software are unknown to the tester, focusing only on the functional behavior and inputs/outputs of the system without considering the underlying code.
Requires login.