Control Structure Testing
Control structure testing is used to increase the coverage area by testing various control structures present in the program. The different types of testing performed under control structure testing are as follows-
1. Condition Testing
2. Data Flow Testing
3. Loop Testing