White Box Testing

- White box testing is generally Done by the Developer

- white box testing is generally Conducts single program or single module

- In this, the developer will test every line of the code of the program

- In this type of testing programming skills are required to design test cases. 

- The primary goal of white box testing is to focus on the flow of inputs and outputs through the software and strengthening the security of the software.


The white box testing Techniques - 


-  Path Testing

-  Control Structure Testing

-  Loops Testing

-  Conditional coverage 





Comments

Popular Posts