Student Result Generation
Student Result Generation
Student Result Generation
This document describes the sequence of steps performed as part of the process, as well as the
conditions and requirements prior to its automation. This design document serves as a base
documentation for developers to collect the details required for robotic automation of the
same business process.
1.2 Objectives
The objective of this process automation is linked to the project business case and is mainly intended
to:
1.1 Open the student records excel file from specific location.
1.2 Read each student records from the excel file for further calculations.
1.3 Calculate Total by adding each subject marks. Sum Columns Physics, Chemistry, Mathematics and
ComputerScience.
Example:67+65+89+97=318
1.4 Calculate Overall Percentage by dividing Total mark with number of subjects.
Example: 318/4=79.50
1.5 Create a new excel file named ‘StudentReport’.
1.6 Add 2 new columns named ‘Total’ and ‘OverallPercentage’ along with existing columns from source
excel.
Example:
StudentID,StudentName,Physics,Chemistry,Mathematics,ComputerScience,Total,OverallPercentage
1.7 Fill the excel sheet with calculated values such as Total and Overall Percentage along with existing
columns from source excel.
1.8 Save the excel file and rename the same with below the naming conversion.
StudentReport_DDMMYYYY