The Project is about Analyse the test Report using Java
- Test Management Portal project is one of the console based project with the use of java
- University conducting a student of the year eligibility test for afflicted colleges
- Three Main Players in the project : ADMIN --> STAFF --> STUDENT
- Admin Role:
- Admin work is add a staff and student. staff can maintain data for evaluating the test result of the students in the particular college
- Admin can able to add and remove and edit the staff and student record and maintaining staff and student credentails.
- Admin can able to see the topper result to below average result and easy to split out the student data with the help of sql query.
- Staff Role:
- Staff can able to maintain the student record.
- Add the student mark data
- Not accessable to delete the student mark data.
- Add and remove the student details.
- Able to see the overall result of the students with the help off sql queries.
- Student Role:
- Student can able to see the result
- Student can able to get the result via SMS or PDF
- MySQL
Note: This project is learning purpose and feel free to fork.