ou-cs5213-sp24 / capstone-management-system

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Integration Test Creation #46

Open rockandfire opened 2 months ago

rockandfire commented 2 months ago

Abstract: Conduct integration testing to ensure all components work together seamlessly.

Create integration tests to ensure proper functionality between pages/features.

Definition of Done: The login page and dashboard features work together as expected.

ferialna commented 2 months ago

Looks good! Maybe consider adding specific scenarios to test for edge cases on the login, which often get overlooked. For the dashboard, checking responsiveness on different devices could be crucial too.