Skip to content

Commit

Permalink
Update Profile Management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosica-Vasileva authored Dec 13, 2023
1 parent cd3f861 commit 67511a5
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Test Case 4 (Profile Management)/Profile Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,32 @@ Upon successful Sign In, logged users should be able to navigate to My Profile p
view their Ideas count. This involves the changing of profile picture inserted via URL, and editing of user data fields
including First Name, Last Name, City, and Describe Yourself.

## TC1: Navigate to My Profile Page.
## TC1:Login with Registered Profile.
.
| **Test Case ID** | **Prequisites** | **Title/Description** | **Steps** | **Expected Result** | **Pass/Fail** |
|------------------|-----------------|------------------------|-----------|----------------------|---------------|
| TC4-1 |Registered user|Verify Successful Login with Registered Profile. |1.Open the application.<br>2.Enter a valid username.<br>3.Enter a valid password.<br>4.Click on the signin button. |The system should authenticate the user, and upon successful login, the user should be redirected to the home page or the designated user dashboard.|Pass |


## TC2: Navigate to "My Profile" Page.
.
| **Test Case ID** | **Prequisites** | **Title/Description** | **Steps** | **Expected Result** | **Pass/Fail** |
|------------------|-----------------|------------------------|-----------|----------------------|---------------|
| TC4-1 |Registered user|Navigate to My Profile Page. | 1.Locate and click on the "My profile" link or button.<br>2.Observe the page that opens. |The user is successfully redirected to their My Profile pgae.|Pass |
| TC4-2 |Registered user|Navigate to My Profile Page. | 1.Locate and click on the "My profile" link or button.<br>2.Observe the page that opens. |The user is successfully redirected to their My Profile pgae.|Pass |


## TC2: Navigate to My Profile Page.
## TC3:Verify the ability to change Profile picture via URL.
.

| **Test Case ID** | **Prequisites** | **Title/Description** | **Steps** | **Expected Result** | **Pass/Fail** |
|------------------|-----------------|------------------------|-----------|----------------------|---------------|
| TC4-2 |Registered user|To verify that a logged user can change their profile picture using a URL. | 1.Find the option to edit the profile picture.<br>2.Choose the option to insert a picture via URL.<br>3.Enter a valid image URL<br>4.Save the changes.|The profile picture is updated and the new image from the provided URL is displayed on the user's profile .|Pass |

| TC4-3 |The user is logged in and is on the My Profile page.|Verify the ability to change Profile picture via URL. |1.Open the application.<br>2.Sign in with valid credentials.<br>3.Navigate to the My Profile page.<br>4.Click on the "Change Profile Picture" option.<br>5.Insert a valid image URL.<br>5.Save the changes.|The system should allow the user to change the profile picture by providing a valid image URL and successfully save the changes.|Pass |


## TC3: Edit Profile Details.
## TC4: Edit Profile Details.
.

| **Test Case ID** | **Prequisites** | **Title/Description** | **Steps** | **Expected Result** | **Pass/Fail** |
|------------------|-----------------|------------------------|-----------|----------------------|---------------|
| TC4-3 |Registered user|To ensure that a logged user can edit their profile details including First Name,Last Name,City and Describe Yourself. | 1.Locate and click on the "Edit profile" similar option.<br>2.Edit the First Name "Rosica" ,Last Name "Vasileva" ,City "Sofia" and Disctibe Yourself fields "Hello, I'm Rositsa and I'm a QA engineering student at Softuni."<br>3.Enter a valid image URL<br>4.Save the changes.|The users profile details are successfully updated and the changes are reflected on the users profile .|Pass |
| TC4-4 |The user is logged in and is on the My Profile page.|To ensure that a logged user can edit their profile details including First Name,Last Name,City and Describe Yourself. | 1.Locate and click on the "Edit profile" similar option.<br>2.Edit the First Name "Rosica" ,Last Name "Vasileva" ,City "Sofia" and Disctibe Yourself fields "Hello, I'm Rositsa and I'm a QA engineering student at Softuni."<br>3.Enter a valid image URL<br>4.Save the changes.|The system should allow the user to successfully edit and save changes to the profile details.|Pass |

0 comments on commit 67511a5

Please sign in to comment.