bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Profile Page Unit Test Cases #593

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

Description:

The profile page of the medical experience sharing platform has been implemented, but it does not have any unit test cases. This is a crucial part of the application as it is used by users to view and edit their personal information. It is important to ensure that the profile page is functioning correctly, and the best way to do this is by adding unit test cases.

Steps:

1) Identify the key functionality of the profile page, such as displaying the user's information, allowing them to edit their information, and saving the changes.

2) Write test cases for each of these functionalities, making sure to cover different scenarios and edge cases.

3) Use a testing framework Jest, to run the test cases and verify that they pass.

4) Add the test cases to your project's test suite and make sure they are run every time the code is changed or the application is deployed.

Reviewer: @BeratDamar Deadline: 26.12.2022 23.59

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.