7.1 Performing BlackBoxTesting
7.1 Performing BlackBoxTesting
System
System
Outputs
General Rules in EQP
Equivalence classes can be defined by :
A. If an input condition specifies a range or a spesific
value, 1 valid and 2 invalid equivalence class defined
Ex: [1..999]
• Valid Test Case : 1 value in range
• Invalid Test Case : 2 value out of range, < bottom
bound, > upper bound
General Rule in EQ
9999 100000
10000 50000 99999
Less than 10000 Between 10000 and 99999 More than 99999
Input values
Boundary Value Analysis (BVA)
◼ If an input condition specifies a number of
values N, test cases should be exercise
◼ the numbers (N),
◼ the values just above and just below the values
: (N-1) & (N+1)
Decision Table
◼ Decision Table are used to record a
complex bussiness rules that must be
implemented in the program, therefore
must be tested
Example Decision Table