You are on page 1of 8

Condition Valid Partitons Name Tags Invalid Partition Name Tags Valid Boundary

2 - 64 chars V1 < 2 chars V11 2 chars


Customer name valid chars V2 > 64 chars V12 64 chars
invalid chars V13

6 digits V3 < 6 digits V14 100000


1st non-zero V4 > 6 digits V15 999999
Account Number
1st digit = 0 V16
invalid digits
V17
(non-digit)
500 - 9000 V5 < 500 V18 500
valid integers V6 < 9000 V19 9000
Loan amount
0
requested
non-integer
null
1-30 (years) V7 <1 V20 1
valid integer V8 > 30 V21 30
Term of Loan
non- integer V22
null V23

> = 10 V9 <10 V24 10


Monthly
valid numeric V10 null V25
repayment
non- numeric V26
0 V27
Invalid
Name Tags Name Tags
Boundary
B1 1 char B10
B2 65 chars B11
0 chars B12

B3 5 digits B13
B4 7 digits B14
0 digits B15

B5 499 B16
B6 9001 B17

B7 0 B18
B8 31 B19

B9 9 B20
Test Case Description Expected Outcome
Name: Chun Nguyen
Acc no: 111220
1
Loan: 2500
Term: 3 years
Monthly repayment: 10

Name: Chun Nguyen


Acc no: 100000
2 Loan: 500
Term: 3 years
Monthly repayment: 10
New Tags Covered

V1, V2, V3, V4, V5, V6,


V7, V8, V9, V10,
Name Name
Condition Valid Partitons Invalid Partition
Tags Tags

1 - 100 chars V1 < 1 chars IV1


Key Performance
Indicator valid chars V2 > 100 chars IV2
invalid chars IV3
0 - 99 digits V3 <0 IV4
( max-1) V4 > 99 IV5
Minimum Rating valid digits V5 >= max IV6
non-digit IV7
null IV8
(min+1) -100 digits V6 <= min IV9
valid digits V7 > 100 IV10
Maximum Rating
non-digit IV11
null IV12
Name Name
Valid Boundary Invalid Boundary
Tags Tags

1 char B1 0 char - non char IB1


100 chars B2 101 chars IB2

0 B3 -1 IB3
max-1 B4 100 IB4
99 B5 max IB5

min+1 B6 min IB6


100 B7 101 IB7
Test Case Test Data Tags
Job Title : HR manager
KPI : C
V1, V2, V3, V4, V5, V6, V7,
1 Minimum Rating : 0 B1, B3, B4, B6
Maximim Rating : 1
Make Default Scale (option)
Job Title : HR manager
KPI : aaaaaaaaabbbbbbbbbbccccccccccddddddddddde
2 Minimum Rating : 99 B2, B4, B5, B7
Maximim Rating : 100
Make Default Scale (option)
Job Title : HR manager
KPI :
IV1, IV4, IV6, IV9, IB1, IB3,
3 Minimum Rating : -1
IB5, IB6
Maximim Rating : -1
Make Default Scale (option)
Job Title : HR manager
KPI : aaaaaaaaabbbbbbbbbbccccccccccdddddddddddeeeee
4 Minimum Rating : 100 IV2, IV5, IV10, IB2, IB4, IB7
Maximim Rating : 101
Make Default Scale (option)
Job Title : HR manager
KPI : blank
5 Minimum Rating : abc IV7, IV11, IB1
Maximim Rating : abc
Make Default Scale (option)
Job Title : HR manager
KPI : @1234
6 Minimum Rating : blank IV3, IV8, IV12
Maximim Rating : blank
Make Default Scale (option)
Note

You might also like