Answers for "control structure testing in software engineering"

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 "control structure testing in software engineering"

Browse Popular Code Answers by Language