cse442-fall-2019-offering / 442projects-team-rydat

442projects-team-rydat created by GitHub Classroom
1 stars 0 forks source link

clearly identifiable interaction points #46

Open RHowe22 opened 4 years ago

RHowe22 commented 4 years ago

ensure that all possible ways that some one could interact with the front end of the website are clearly identifiable and clearly state their function

RHowe22 commented 4 years ago

for testing this because its more of a graphical situation it cannot be tested via scripting/unit tests and must be done through "do this" directions.

  1. Have tester find the buttons for logging in on the login page and verify that it works by seeing their username by going into the main screen .

  2. Have the tester click the logout button and verify that they are redirected to the Oauth page and it allows them to sign in as a new user and verify that the appropriate Spotify username is displayed.

  3. Have the tester enter a query into the input form and check to see if entering the query redirects them to the page where the generated playlist will be.

  4. Upon redirecting to the main page have tester find what they believe would open the playlist to view tracks.

  5. Have the tester find the embedded player on the playlist generated page and start the playlist, restart a track, skip a track and pause the track.