State some guidelines for testing
The below are some guidelines for testing:
i) Test modules thoroughly, cover all the access paths and produce enough data to cover all the access paths arising from conditions.
ii) Test modules by deliberately passing wrong data.
iii) Particularly create data for conditional statements. Enter data in test file that would satisfy the condition and again test script.
iv) Test for locking by invoking multiple concurrent processes.