Answer : Path testing is a testing in which tester ensure that every path of the application should be executed at least once. In this testing, all paths in the program source code are tested at least once. Tester can use the control flow graph to perform this type of testing.
Interview Question Category : Testing - General
More Testing - General Interview Questions & Answers