Software QA Testing Question:

What is Path Coverage Testing?

Software QA Interview Question
Software QA Interview Question

Answer:

A test method satisfying coverage criteria that each logical path through the program is tested. Paths through the program often are grouped into a finite set of classes; one path from each class is tested.


Previous QuestionNext Question
What is Outputs?What is Policy?