farwabatool292 / ST_A3

0 stars 0 forks source link

Unit Test Case 3 #3

Open farwabatool292 opened 1 year ago

farwabatool292 commented 1 year ago

Unit test case: Checking whether the My profile button working correctly or not in the user management section.

farwabatool292 commented 1 year ago

The first Unit test I executed is: Checking whether the My Profile button working correctly or not in the user management section. Steps performed: 1- Firstly from the admin side put the password, by action class this leads to the home page. 2- Then click on the user management section. 3- From there, click on the My profile button. 4- Fetch the current URL of the tab. 5- By using assert, compare the actual and current URL. Result: Result passed. And clicking on the My profile button leads to the page where all the information of the admin profile store.