Path Testing - Paths, Nodes and Links
- Path: A path through a program is a sequence of instructions or statements that start at an entry, junction or decision and ends at another or possibly the same, junction, decision or exit
- A path may go through several junctions, processes or decisions, one or more times
Path consist of segments
- The segment is a link. Its a single process that lies between two noses
- A path segment is succession of consecutive links that belong to some path
- The length of path is measured by the number of links in it and not by the number of the instructions or statements executed along that path
- The name of a path is the name of the nodes along the path
0 comments:
Post a Comment