A use case is a kind of description for the requirements from the client .When a date field and submit button is alone given for testing check for the following aspects
1.date format
2.Is calendar been provided in order to choose date from it.
3. Check for postdated dates.
4. Check for pre dated dates.
when focussed in for submit button check for the
functionality of the submit button.
1. Check whether the submit button is enabled.
2. Check for enability if the date field is left blank.
3. check whether submit button function if an invalid data is fed for date field.
4.Check whether the system updates the date field data to the database.