issues
search
Deeba2020
/
Automatiserad-testning-Labb1
I Labb 1 att designa tester utifrån testobjektets dokumentation och använder sedan Robot Framework och Selenium för att skapa och köra testfallen mot testobjektet. Mål Testobjektet är Infotiv Car Rental som är en webbsida för biluthyrning.
0
stars
0
forks
source link
create user
#5
Open
Deeba2020
opened
9 months ago
Deeba2020
commented
9 months ago
to fill user details and create the user and verify that it follows the requirement.
Acceptance criteria:
The header is available on every page.
The logo and title are clickable and will take you to the start page.
The About text will take you to the about page.
Create user, that will take the user to the Create User page.
On the create user page, the user may create a user account to be able to book a car.
Required fields are:
first name
last name
phone number
email
password
A Cancel button, that will take the user to the date selection page
Create button that will attempt to create the user account with the inputted information.
in the following cases an alert popup will appear in the corresponding field when the Create button is pressed.
If one of the fields are left empty
the inputted email or password does not match
the email is not in a correct format
the password is less than six characters,
to fill user details and create the user and verify that it follows the requirement.
Acceptance criteria:
The header is available on every page.
The logo and title are clickable and will take you to the start page.
The About text will take you to the about page.
Create user, that will take the user to the Create User page.
On the create user page, the user may create a user account to be able to book a car.
Required fields are:
in the following cases an alert popup will appear in the corresponding field when the Create button is pressed.