All the following challenges are focused on Web API automation.
Automation Week
These challenges are part of Automation Week. Complete them for your chance to talk at Test.bash(); about your approach and experience.
Application
The application for this challenge is Restful Booker Platform. More about the application is available here. You can also ask questions related to the application there.
The Challenges:
Complete these challenges using any tooling of your choice.
Beginner:
Create an automated test that completes the contact us form on the homepage, submits it, and asserts that the form was completed successfully.
Intermediate:
Create an automated test that reads a message on the admin side of the site.
You’ll need to trigger a message in the first place, login as admin, open that specific message and validate its contents.
Advanced:
Create an automated test where a user successfully books a room from the homepage.
You’ll have to click ‘Book this Room’, drag over dates you wish to book, complete the required information and submit the booking.
Questions
If you have any questions at all about this challenge, please post them below.
Could someone help me for the date selection while booking the room.
I tried using drag and drop in Actions class & also click and hold.
Nothing seems to work for me.
The source code and full description of my UI challenges, using Model-Based Testing and with the traditional sequential approach, can be found at https://github.com/bitcoder/automation_week_mot