The demo below implements the following user story and the following test using the Given-When-Then framework using the Selenium IDE.
As Ted the Technician, I want to create an account so I can try out the system.
|
||
GIVEN
|
Ted does not have an account | |
AND he is on the sign-up form | ||
WHEN
|
he enters his email | |
he enters his password | ||
he confirms his password | ||
he submits the form | ||
THEN
|
an account is created on Firebase | |
the navigation shows an option to ‘Log Out’ | ||
the login window is no longer visible. |