logic based testing

1
LOGIC BASED TESTING Notes taken from Boris Beizer books: Define guidelines for the use of logic-based testing at each testing level. Translate specifications that are dominated by logic and combinations of cases into either decision tables or Boolean algebra and develop functional test cases from those representations. Examine specifications with respect to logical consistency and ambiguity. Obtain explicit concurrence on all seemingly impossible cases and immaterial cases Identify logic- or combination-dominated routines and functions. Insist on test plans that provide logical coverage for such routines.

Upload: murtajiz110

Post on 14-Dec-2015

213 views

Category:

Documents


0 download

DESCRIPTION

Logic Based Testing

TRANSCRIPT

Page 1: Logic Based Testing

LOGIC BASED TESTINGNotes taken from Boris Beizer books:

Define guidelines for the use of logic-based testing at each testing level.

Translate specifications that are dominated by logic and combinations of cases into either decision tables or Boolean algebra and develop functional test cases from those representations.

Examine specifications with respect to logical consistency and ambiguity. Obtain explicit concurrence on all seemingly impossible cases and immaterial cases

Identify logic- or combination-dominated routines and functions. Insist on test plans that provide logical coverage for such routines.