White box testing
Introduction
The box testing consist of white box testing and black box testing without understanding of white box testing and black box testing we can't go for testing process.
So here we see this two types of box testing along with other two types gray box testing and red box testing
So here we first see white box testing white box testing which also known as glass box, clear box, structural box, transparent box testing.
White box testing is check internal infrastructure which gives as expected results or not. basically it's working on inner infrastructure and inner process of application.
What is white box testing
White box testing required skill programmers who having very good knowledge of programming also white box testing required programming skill to design test cases.
White box testing primary goal is to check flow of input and output throughout the project /software to strengthening the security of the software.
Skill developer's do white box testing.in this developer's doing a testing where he check every line of code of the program.
In this testing developers check its all program again and again to confirm fix all the errors or bug of programs and also developing a write program or not.
Developer's perform white box testing to find out defect in the presence of code this is developer's code level technique In this testing process developers only concentrate on positive scenario.
What is Need of White box testing.
1.As the source code is visible, finding and rectifying the problems is easy for developers.
2.The defects that are identified in white box testing then its not continue further process.
3. To reduce the defect as early as possible white box testing is helpful.
4.To ensure 100% code coverage
5.To check the internal security of application.