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.
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.
- 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.
- he 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.
- #31 Add rel=opener
- Remove old Japanese pages
- Update dependencies
- Add English version
- Move Japanese version
- Add example codes using Selenide and Capybara
- First release