Pages

Wednesday, June 27, 2012

Best Example for Batch Testing

  • Payroll processing of company which involves sequential execution of the batch jobs
»      This does not need any user inputs. The only input required is the month which can be predefined in an input file. Rest of the data such as the pay structure etc. is available in the database.
»      The output of this process, namely the salary of employee, is not required real time. This process needs to be carried out only once a month during a specific day.
»      This deals with high volume of salary transaction records of all the employees.
»      The process is quite intensive and may interfere with the performance of other online applications deployed on the same server. So it is scheduled to be run at night.

No comments:

Post a Comment