How to write test cases for batch processing data files? For Eg: when applicant data file added, the data shold be converted and formatted and backend database file is going to updated.

Showing Answers 1 - 3 of 3 Answers

Test Cases for Batch Processing data files :

1. To check whether we the given data is accepted
2. To check whether the user is giving the correct file name
3. To check whether the database has space to store the data`s
4. To check whether the database has updated the data`s according to the data given
5.To check whenever the new updated data is added it must show a message that data is added
6. To check whenever the new data is added it must shown the date and time of when the new data is added

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions