Package test.boundary
Class ChangeStudentPasswordTest
java.lang.Object
test.boundary.ChangeStudentPasswordTest
This class is responsible for testing the functionality of changing a student's password through the ChangeAccountPassword interface.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ChangeStudentPasswordTest
public ChangeStudentPasswordTest()
-
-
Method Details
-
main
The main method of this class is responsible for executing the test case of changing a student's password. It creates a new student, registers the student with the system, and then attempts to change their password. Upon completion, the user is redirected to the login page.- Parameters:
args
- command line arguments- Throws:
ModelAlreadyExistsException
- if the model already existsPageBackException
- if the user decides to go back to the previous page
-