Grafana k6 v0.44.0 has been released, featuring new experimental modules, an upgraded browser module, and tons of improvements. Here's a quick overview of the latest k6 news from the team and the community.
There are many aspects of application performance, but they broadly fall into two categories: frontend performance and backend performance. As a tester, it’s important to know the differences between the two and how that impacts the way you approach your tests. In this blog, I’ll provide a high-level overview of frontend performance testing and backend performance testing, including pros and cons of each one.
Modern applications are built on a microservices architecture that leverages cloud-native technologies. This architecture has many benefits regarding scalability and fault-tolerance of individual components, but it also increases the complexity of the applications, mostly due to the interdependencies between services. This complexity makes it difficult for engineers to fully understand how their applications will react to abnormal conditions, such as a dependency failure or performance degradation.