Open SpringBoardMentor114 opened 7 months ago
No progress.
I tested all the test cases, and I found this result for now. As Om updates the code, I will test it again.
Login_page_valid_credentials : The test case passed. A registered user is redirected to the dashboard upon successful login with a valid email and password.
Remember me functionality: This functionality is not present.
Login_page_Invalid_username: The test case failed because there was no validation, and the error message was not displayed.
Login_page_invalid_password: The test case failed because there was no validation, and the error message was not displayed.
Login_page_empty_password: The test case failed because there was no validation, and the error message was not displayed.
Login_page_Bruteforce_attacks: The test case failed because the account was not locked after a certain number of failed attempts.
Login_page_valid_credentials : The test case passed. A registered user is redirected to the dashboard upon successful login with a valid email and password.
Remember me functionality: This functionality is not present.
Login_page_Invalid_username: The test case passed, and the error message was displayed.
Login_page_invalid_password: The test case passed, and the error message was displayed.
Login_page_empty_password: The test case passed, and the error message was displayed.
Login_page_Bruteforce_attacks: The test case failed because the account was not locked after a certain number of failed attempts.
Testing: Login Form done.
Login_page_valid_credentials Remember_me_functionalty Login_page_Invalid_username Login_page_invalid_password Login_page_Empty_Username Login_page_empty_password Login_page_Bruteforce_attacks