Description:-
The page will display guest information input
Guest information form
As a user, I will see the guest information details form which will take input for the following details: -
a. Contact Email (Required)
This is an email input box that will be initially blank. The user will enter an email and the email should be validated. If the email is invalid, an error message “Enter a valid email address” should be displayed below the input box.
b. Contact Number (Required)
This is a phone number input box that will be initially blank. The user will enter a contact number and the contact number should be validated. If the contact number is invalid, an error message “Enter a valid contact number” should be displayed below the input box.
c. First Name (Required)
This is an input box that will be initially blank. There should be an information message for the user “Enter your first name as it exactly appears in your passport” displayed under the First Name input box.
d. Last Name (Required)
This is an input box that will be initially blank. There should be an information message for the user “Enter your last name as it exactly appears in your passport” displayed under the Last Name input box.
Display hotel room cost information including room cost, taxes, and total cost.
All information will be displayed which will include room cost, taxes, and the total final cost.
Acceptance Criteria: -
Given that I am a user when I should be able to enter my personal details which include first name, last name, email, contact no.
Given that I am a user, I should be warned in case I enter an invalid email and contact number.
Given that I am a user, I should be able to see the final hotel room cost details with room cost price breakdown.
Description:- The page will display guest information input
Guest information form As a user, I will see the guest information details form which will take input for the following details: -
a. Contact Email (Required) This is an email input box that will be initially blank. The user will enter an email and the email should be validated. If the email is invalid, an error message “Enter a valid email address” should be displayed below the input box.
b. Contact Number (Required) This is a phone number input box that will be initially blank. The user will enter a contact number and the contact number should be validated. If the contact number is invalid, an error message “Enter a valid contact number” should be displayed below the input box.
c. First Name (Required) This is an input box that will be initially blank. There should be an information message for the user “Enter your first name as it exactly appears in your passport” displayed under the First Name input box. d. Last Name (Required) This is an input box that will be initially blank. There should be an information message for the user “Enter your last name as it exactly appears in your passport” displayed under the Last Name input box.
Acceptance Criteria: -