K6 101 (Load testing with K6)
Nov 16, 2023
K6 is a testing product owned by Grafana, used for load testing but not limited to it. It comes in two editions, Open Source and Grafana Cloud K6. I am using the Open Source edition for these blogs series.
Documented my learning series of blog posts, covering one topic in a post and building on top of that. The complete code solution is available on the Github.
Below topics covered in the series:
- Part I - Writing the working tests
- Part II - Introducing the configurations file
- Part III - stdout logs configurations
- Part IV - Test scenarios, sequence, thresholds
- Part V - Introducing tags
- Part VI - Containerization
- Part VII - Connect to MySQL database
- Part VIII - Integration with Prometheus
Happy Testing!