Lecture overview -- Keyboard shortcut: 'u'  Previous page: White box testing -- Keyboard shortcut: 'p'  Next page: Cyclomatic Complexity - flow chart -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Test of Object-oriented Programs - slide 9 : 35

Basis Path Testing
Basis path testing is a white box testing technique that helps select a minimal set of paths through a program unit that covers all statements and conditions

A path through a program unit is a sequence of commands and conditions that starts at program entry and ends at program exit

An independent path is path that adds at least one new command or condition relative to already identified independent paths