0% found this document useful (0 votes)
25 views

Validation Rules

The document describes tests of data entry validation in a sales cell to ensure only whole numbers between 0-50000 can be entered. It lists 6 tests: 1) entering -1, 2) entering 60000, 3) entering 0, 4) entering 50000, 5) entering 25000. The expected results are error messages for values outside the range, and acceptance for values within it. The actual results matched expectations, with error messages for the invalid values and acceptance of the valid values.

Uploaded by

Cory Chavez
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Validation Rules

The document describes tests of data entry validation in a sales cell to ensure only whole numbers between 0-50000 can be entered. It lists 6 tests: 1) entering -1, 2) entering 60000, 3) entering 0, 4) entering 50000, 5) entering 25000. The expected results are error messages for values outside the range, and acceptance for values within it. The actual results matched expectations, with error messages for the invalid values and acceptance of the valid values.

Uploaded by

Cory Chavez
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Test Number

Test / Action to be Carried Out Test Data entry cell in SALES to ensure that only a WHOLE number can be entered between 1 0 and 50000 Test Data entry cell in SALES to ensure that only a WHOLE number can be entered between 2 0 and 50000

Reason for the Test

Expected Result (you need to work out by hand) Enter a -1 as sales EXPECTED result is an ERROR MESSAGE

test that a number less than 0 is NOT allowed

Enter a 60000 as sales test that a number bigger EXPECTED result is an than 50000 is not allowed ERROR MESSAGE

Test Data entry cell in SALES to ensure that only a WHOLE number can be entered between test that a number equal 3 0 and 50000 to 0 IS ALLOWED

Enter a 0 as sales value EXPECTED result is the number is accepted and NO error message appears Enter a 50000 as sales Test Data entry cell in SALES to value EXPECTED result is ensure that only a WHOLE the number is accepted number can be entered between test that a number equal and NO error message 4 0 and 50000 to 50000 IS ALLOWED appears Enter a 25000 as sales Test Data entry cell in SALES to value EXPECTED result is ensure that only a WHOLE test that a number bigger the number is accepted number can be entered between than 0 and less than and NO error message 5 0 and 50000 50000 IS ALLOWED appears 6 7

Actual Result (show it on your spreadsheet)

Result as expected - ERROR MESSAGE appears

Result as expected - ERROR MESSAGE appears

Result as expected - 0 can be entered

result as expected - No error message appeared

result as expected - number is accepted

You might also like