Shianne1 / Hotel_Project

With the help of my professor, this repository is a testing project that uses selenium to test hotel prices being store into a SQLite database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotel Project

A program that will automatically store and analyze the price of hotel rooms of five hotel franchises of your choice in five cities of choice through testing. It will then find the ten dates with the lowest price for a room in each of the hotels from each of the cities. It will gather the data of 1-night stays from May 7th until December 31st.

The travel website I used: https://www.getaroom.com/search?

These are the 5 cities that were chosen:

  • Atlanta
  • Orlando
  • Sacramento
  • Miami
  • Austin

These are the 5 hotels that were chosen:

  • Holiday Inn
  • Hyatt Regency
  • Hilton
  • Comfort Suties
  • Hampton Inn

Technologies used:

  • Java
  • Seleinum
  • SQLite Database

Tips when testing:

  • Use AAA (Arrange-Act-Assert) style of testing
  • Use annotations such as @BeforeClass, @AfterClass, @Before, @After, etc>
  • Follow the DRY principle

About

With the help of my professor, this repository is a testing project that uses selenium to test hotel prices being store into a SQLite database.


Languages

Language:Java 100.0%