I'm trying to figure out how to Unit Test a login and I'm wondering if testing the login stage would be Unit Testing or Integration Testing?
I've searched to see if there is an example or to see if it is explained but I'm unable to find an answer.
The login stage is just a simple Email and Password to log in with.