Branch Testing
A test case design technique for a component in which test cases are designed to execute >branch outcomes.
BS 7925-1.British Computer Society Specialist Interest Group in Software Testing (BCS SIGIST)
Branch outcome in the above could also be decision outcome.
Branch Testing is a structural or
white box technique, because it is conducted with reference to the code. A decision is an executable statement that may transfer control to another statement.
In an ideal world every branch of every component would be fully tested. However, in the real world this hardly ever happens.
In branch/decision testing every possible branch is tested, regardless of the outcome. Compare this to Statement testing, where if there is no statement on the branch, it is not tested.
From
http://www.alburytesting.com/cont267.htm∞
CategoryTests
There are no comments on this page. [Add comment]