Testing Project 2


Testing of My Project

To test my project I wanted to validate the login page. What I wanted to test was to see if i could use the same name for both Teacher and Student to see if it can figure out which one to login with.


So I created an account for myself for bot Teacher and Student. This will allow me to test if the login system will work since there is a chance that the Teacher will have the same name as the Student.


After logging in with both accound, it worked and allowed me too. So i went and tried and cause an issue.


Cause a failure

The problem I wanted to try was create the Teacher and Student with the same Name and password. I did this to see if the login system can handle this and dignify if the person logging in was the Student or Teacher. This is when it failed. It only allow me to login as the Student and would never allow me to access the Teacher controlls. The reason why i wanted to test this was the chance that someone has the same name and created the same password which is possible to happen.