White Box Tests

During the development of software, Proven test teams also give support in the case where white box testing, which is the test design technique that is performed with the knowledge of the code structure of the tested software, is decided to be applied. While the white box tests deal with the internal structure and data/control flow of the developed software, the black box tests deal with the functionality of the system. In this context;

  • Performed through the test code to be developed by Proven test team or through the software components created with the usage of the test automation tool (if utilized)

  • Software program's behavior in normal and abnormal situations is tested by executing the functions and methods of software.

  • Tests are performed using COTS test tools or custom test software of the developer companies.