Simple Selenium and Scenarioo Demo in Java.
This example demonstrates how to use the Scenarioo Writer Library in your Selenium Webtests to produce Scenarioo Documentation data.
The production code is a very simple pizza ordering web app without a dynamic backend. It's all in the folder prod
.
In order to serve this web app under github.io everything is located in the gh-pages
branch.
If you can't wait to see the pizza ordering awesomeness, look here ;-)
Usage hint: The only known phone number is 0791111111, all other phone numbers require you to enter a new delivery address.
The test code is based on Java using Selenium for the Browser automatisation and Scenarioo for documenting the test cases. You'll find this code in the folder test
.