Untitled Document

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

Test Data

SecretNumber = 2

Type of Test Data Example Test Values Explanation

Normal (valid) 5 All positive and negative


14 (real) number are suitable for
test data

Abnormal (erroneous) 0 Out of Range


-1
150 Guess should be between 0-
100

Boundary (invalid) * Symbols and alphabets are


( not suitable for test data as
X the Guess code uses integer
1.5 not string

Decimal numbers would


cause an error in the code as
the Guess code uses integer
not float

You might also like