An online hotel reservation form is used to track bookings and manage reservations through a hotel's website. A tester should identify the data fields mentioned in the form like check-in/out dates, room type, number of guests, and some personal details of the customer as such customer name, mobile, email, and address.
Write a test case to fill out all the information to book accommodation and ensure that the form is accepting only valid data and displays a confirmation message on booking.
| Project Name | Enter the Project Name here |
|---|---|
| Project URL | https://proleed.academy/exercises/selenium/hotel-reservation-form-for-practice.php |
| Test Type | Functional |
| Test Case ID | TC_06 |
| Test Designed By | Tester Name |
| Test Executed By | Tester Name |
| Test Designed Date | DD-MM-YYYY |
| Test Executed Date | DD-MM-YYYY |
| Test Title | Hotel Reservation Functionality |
| Test Description | User can book or reserve a hotel room successfully |
| Pre-Condition | The website URL should be available |
| Sr no | Test Steps | Test Input | Expected Result | Actual Result | Status (Pass/Fail) |
|---|---|---|---|---|---|
| 1 | Enter First Name | Johnny | |||
| 2 | Enter Last Name | Tennyson | |||
| 3 | Enter Address1 | H No 3003 | |||
| 4 | Enter Address2 | White Lane | |||
| 5 | Enter City | Fort Valley | |||
| 6 | Enter State | Georgia | |||
| 7 | Enter Zip Code | 31030 | |||
| 8 | Enter Phone no | 478-827-6414 | |||
| 9 | Enter Email Address | johnten@gmail.com | |||
| 10 | Enter Check-in-Date | 13-09-2023 | |||
| 11 | Enter Check-in-Time | 10:00 | |||
| 12 | Enter Check-out-Date | 15-09-2023 | |||
| 13 | Enter Check-out-Time | 17:00 | |||
| 14 | Select Room Preference | Deluxe | |||
| 15 | Select Adults from drop-down | 3 | |||
| 16 | Select Children | 0 | |||
| 17 | Choose a file to upload ID proof | Votercard.jpg | |||
| 18 | Click on Submit | A confirmation message should be displayed. | Thanks! Your booking is confirmed. Alert Message is displayed | Pass |
Copyright © 2023 - Proleed Academy | All Rights Reserved.