Skip to content

TestMonkeys/Test.Bash-Online---WebUi-Automation-Challenge---Intermediate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test.Bash-Online---WebUi-Automation-Challenge---Intermediate

This repo shows the solution to the Test.bash('Online') AutomationWeek WebUI intermediate challenge:

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.

The challenge is based on the Restfull Booking Platform

It uses TestMonkeys maui framework for web automation and jEntityTest for objects comparison.

Check it out

  1. Clone the Restfull Booking Platform and follow the instructions from its readme to start the restful booker platform locally

  2. Clone this repo

  3. run mvn test to run the test

    Note: to specify an external url for the restful booker platform add the site parameter, ex: mvn test -Dsite="https://aw1.automationintesting.online"

  4. run mvn cucumber-reporting:generate to generate the cucumber html report at target/report/cucumber-html-reports

About

This repo shows the solution to the Test.bash('Online') AutomationWeek WebUI intermediate challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published