I know about the white box testing which is coding related testing or not
Rajesh Goswami
Total Post:29
Points:203Total Post:29
Points:203© Copyright © 2010 - 2019 MindStick Software Pvt. Ltd. All Rights Reserved
Post:103
Points:721Re: which types of testing come in whitebox testing
White box testing strategy deals with the internal logic and structure of the code. White box testing is also called as glass, structural, open box or clear box testing. The tests written based on the white box testing strategy incorporate coverage of the code written, branches, paths, statements and internal logic of the code etc.