Welcome to A-level ICT
A test plan is a list of test you plan to carry out. It explains the test, has the test data you will use to run the test, what you expect to happen when you run the test and then what actually happens (Testing). Se example below.
The first thing we are going to test is our Validation. If you look at Test 1 and 2, we are going to write two tests to check our validation is correct. Choose any two of your validation rules and test anything that you know will be accepted
Test 3 and 4 can only be done on a RANGE CHECK. You will need to test both ends of the boundary e.g. for a rule BETWEEN 1 and 100. Test 1 and 100.
Test 5-8 you will need to test the error message that appears for each validation check i.e. testing data that is invalid, that you know will come up with an error.
Once you have written a test then run the test and screenshot what happens. Under the Test Plan table you have written and screenshot evidence each for each test. See below for example.
When Testing Queries the same structure applies. In TEST PLAN put how many results you expect i.e. I expect 2 records to appear.
In Testing (show result) - 2 records appeared therefore my search is correct