While we generate control flow graph from source code it contains many loops like while, if, for etc... So when we generate path for testing what should we need to do to remove a loop? For example: in 2 3 4 5 2 3 4 5 2 3 4 5 2 3 4 5 ........ 6 7 8, there is a loop from 2-5. While generating path how we can handle this situation?

More Muhammad Iqbal Hossain's questions See All
Similar questions and discussions