This repository is not active
PasinduTennage/socksshopjmeter
This is a JMETER workload script for Socks shop benchmark that is inspired by LOTUS workload specification in [https://github.com/microservices-demo/load-test/blob/master/locustfile.py] The workload consists of 8 number of requests that represents a typical web session of an online retail shop, home page view (GET), view catalogue (GET), login (GET), view category (GET), get details of an item (GET), delete an item from cart (DELETE), view items in the basket (GET), make an order (POST). An http cookie is set in login step, and is used in subsequent requests (view category, get details of an item, delete item from cart, view items in basket and make an order) together with an authorization header.