Monday, January 19, 2009

White Box - Path Testing

1) Basis Path Testing

Basis path testing is a white box testing technique first proposed by Tom McCabe. The Basis path method enables to derive a logical complexity measure of a procedural design and use this measure as a guide for defining a basis set of execution paths. Test Cases derived to exercise the basis set are guaranteed to execute every statement in the program at least one time during testing.

Path testing = Number of path tested / total number of paths

No comments:

Post a Comment