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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ChangeStudentPasswordTestpublic ChangeStudentPasswordTest()
 
- 
- 
Method Details- 
mainThe 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 exists
- PageBackException- if the user decides to go back to the previous page
 
 
-