Unlock access to all the studying documents.
View Full Document
7 Different types of white-box testing
Unit Testing
Unit Testing is one of the basic steps, which is performed in the early stages. Most of the testers
prefer performing to check if a specific unit of code is functional or not. Unit Testing is one of the
common steps performed for every activity because it helps in removing basic and simple
errors.
Static Analysis
As the term says, the step involves testing some of the static elements in the code. The step is
conducted to figure out any of the possible defects or errors in the application code. The static
analysis is an important step because it helps in filtering simple errors in the initial stage of the
process.
Dynamic Analysis