-
Notifications
You must be signed in to change notification settings - Fork 11
Posters demo store
Posters is a demo store made by Xceptance. It's a simple fake web shop that is fully functional. The shop is part of Xceptance Load Test (XLT) the test automation and load test tool.
In order to run the posters store you need to download and extract an XLT copy.
Navigate on the command line to the extracted XLT folder. Then navigate to ./samples/app-server/bin folder. Now execute either start.cmd
(Windows) or start.sh
(Linux, MacOs) and wait for the process to finish loading.
You can now open the posters store in your browser by navigating to https://localhost:8443/posters/
NOTE: on Linux/MacOs you might need to set the executable flag for start.sh before you can run the script
Just press Ctrl + C
and wait for the server to stop.
To reset the database stop the server and delete the ./samples/app-server/data folder. After that start the server again. That will recreate the database with default values.
The posters store create log files which are located in ./samples/app-server/logs folder. You can delete them while the server is stopped to free disk space.
There is a preset user named "John Doe" with email address "[email protected]" in the shop's database (password: "topsecret")
Overview
Neodymium features
- Neodymium configuration properties
- Neodymium context
- Utility classes
- Test data provider
- Test Environments
- Multi browser support
- Applitools Plugin
- Localization
- Highlight and Wait
Best practices and used frameworks
Special