Path Testing
- Path Testing is the name given to a family of test techniques based on judiciously selecting a set of test paths through the program
- If the set of paths is properly chosen, then we have achieved some measure of test thoroughness
Example: Picking enough paths to assure that every source statement has been executed at least once
- Among all the structural test techniques, the oldest techniques are path testing techniques
- Path testing is most applicable to new software for unit testing
- It requires complete knowledge of the program structure
- It is most often used by programmers to unit test their own code
- The effectiveness of the path testing rapidly decreases when the size of the software which is under test increases
0 comments:
Post a Comment