Skip to content

Sandbox website for learning test automation (hotel reservation)

License

Notifications You must be signed in to change notification settings

takeyaqa/hotel-example-site

Repository files navigation

hotel-example-site

selenium4-java-en-us selenium4-java-ja


Domain Migration Notice

Important

This website will migrate to a new domain, https://hotel-example-site.takeyaqa.dev/, starting from December 1, 2024.

During December, the old domain (https://hotel.testplanisphere.dev/) will remain accessible, but starting January 1, 2025, visitors will be automatically redirected to the new domain.


Repository Migration Notice

Important

This repository has been migrated to personal ownership. Previously managed under Test Planisphere, it is now maintained by @takeyaqa.

The new repository URL is:

https://github.com/takeyaqa/hotel-example-site

This migration does not affect the content or purpose of the repository. However, if you have cloned or forked this repository, you may need to update your remote URL.


This site is a sandbox to practice test automation.

This site aims to learn browser automation with running automation scripts against this site as the system under test.

You can refer to this site from any places such as books and blogs under MIT License.

It is made for learning test automation, but you can also use it to learn test design and technique.

Site Structure

This site provides mocked booking hotel feature. It has input forms to log in, sign up, and reserve a room. The layout is mobile friendly by responsive design.

Terms of Use

  • We confirmed sample code worked with the latest Google Chrome in June 2020.
  • This site is working on GitHub pages.
  • About input data
    • The data is stored in the browser's Cookie, Session Storage and Local Storage.
    • The data is NOT stored in the server side such as database.
    • Due to the specification of HTML, the contents of the form are sent as the last part of the URL. Please note that it may be left in the GitHub server's logs and other records.
  • Do NOT use this site for stress testing.
  • We do not take any responsibilities by using this site.

Changelog

https://github.com/takeyaqa/hotel-example-site/releases