Lewys
Author

Lewys

Experienced tester at a mission-critical communications company. With a focus on performance and non-functional testing, I share insights to help myself and fellow testers enhance our skills.

k6
Premium

Boosting PokeAPI Performance Testing with k6

Welcome to part six of my blog series on using k6 to test the performance of PokeAPI! I will cover integrating k6 tests into a Continuous Integration (CI) pipeline to automate your testing efforts. I'll explain the benefits of using CI, how to...

Tips
Premium

Transforming User Stories into Performance Wins

At the risk of becoming a broken record; Performance testing is critical to ensure that software applications meet the expectations of users in terms of responsiveness, stability, and throughput. To achieve this goal, it is essential to translate user stories into actionable performance requirements. In...

PokeAPI
Premium

Implementing Assertions and Error Handling

Welcome back to my blog series on using k6 to test the performance of PokeAPI! In this fourth instalment, I'll introduce the concept of assertions and their importance in validating API responses. I will demonstrate how to use assertions for response status codes,...