study2024Completed
Time registration system
Java time registration system built with BDD and full test coverage.
study/2024
Overview
A group project for DTU course 02161 Software Engineering 1, implementing a time and project registration system in Java where employees log hours on activities and project managers assign staff and track budgets.
Development followed a requirements-driven process with Gherkin feature files, Cucumber step definitions, and JUnit tests alongside the domain and UI code.
Highlights
- Time registration domain modeled with Project, Activity, and Employee classes
- Gherkin scenarios verified with Cucumber step definitions
- Core logic covered by JUnit 4 and 5 tests
- Five-person group project, spring 2024