a software called livecycle has got forms with different fields in which data is to be filled. on submitting the form the data is stored in the mysql database. the user fills the form partially at his level and there is an assign to field . the user assigns this form to another user. using the workflow of the livecycle software the other user gets the form and completely fills it.
i am writing test cases and can think of following test case
- test case of a valid data form filling and checking all valid scenario's that should happen when everything valid is chosen.
- test case when out of range values are entered in the form to see if the system crashes on submitting the form.
please suggest any other test cases i can write ?