What the diffrence between black testing and white testing
Utilisateur anonyme
White box testing is more of a unit testing where the tester is given access to the code and is asked to verify if the code is working as expected. Black box testing is more of a Functional testing where the application developed is given to the tester and asked to verify its functionality.