CukeTest Demo Scripts
All Cucumber.js 1.3x sample scripts can work well in CukeTest. To help user start quickly, here provides some demo scripts and demo applications that user can download:
Demo Applications
First, we hosted demo sample web applications on gitub.io, and users can create their web testing scripts against these demo applications:
- Calculator a web calculator
- Shopping a small web site simulate online shopping web pages
- Shopping Cart a small web site simulate adding products to shopping cart, it is independent from the previous sample
Demo Scripts
Correspondingly, the following demo scripts are provided to automate above 3 web applications
- Calculator script Automate above web Calculator
- Shopping Script Automate
"Shopping"
application - Shopping-Cart Script Automate
"Shopping Cart"
application
Besides these scripts, you can find some more demo scripts on CukeTest demo project.
The downloaded script point directly to the applications hosted on github.io. You can git clone repository from here and find applications in it.