Answers for "Which of following is Control structure testing type?"

2

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
Posted by: Guest on March-08-2021

Code answers related to "Which of following is Control structure testing type?"

Browse Popular Code Answers by Language