Technical test.
Take your time over the test and give it your best effort, it's not a given that just because the script works it will be a pass.
The target of the exercise is a fictitious hotel booking system and can be found at [...]
Part 1
- Manually test the hotel booking system, based upon your own testing intuition (no requirements are provided).
- Write a brief summary of the testing you performed, such that another tester could continue your work.
Part 2
- Create one or more automated tests to check the creation and deletion of bookings.
- Your automated tests should be written in Java or Scala.
- Please package your tests in a way that allows us to instantly see them running.