-
Notifications
You must be signed in to change notification settings - Fork 62
How to write integration test:
GIVEN: index.html
WHEN: -> press login-button
THEN: -> login-site
We are on the index.html, when user presses login button, she gets redirected to the login-site.
-> We are on the login.html, user has to write name and password and gets redirected to the user-profil.
We are on the index.html, when user presses register button, she gets redirected to the register-site.
-> We are on the register.html, user has to register with email adress/twitter, new user was created.
We are on the index.html, when searcher presses the show-list button, gets redirected to all_speakerinnen.html.
-> We are on the the all_speakerinnen.html and the speakerinnen are sorted by new date.
User wants to search ruby speakers
User wants to display a certain profile
User creates a new profile