betamore / fswd-winter-2017-lab-6

Full Stack Web Development - Lab 6: Testing and Pull Requesting
1 stars 2 forks source link
javascript

Full Stack Web Development - Lab 6: Testing and Pull Requesting

Greenkeeper badge

Setup

Exercise

Building an Authentication system

Consider what your authentication system is going to need:

Think about what needs to happen for each of those. What happens when a user tries to login with credentials that do not exist? What happens when a logged in user tries to login? Make a list of all the possible wacky scenarios! Each scenario could make for a good test.