It's been a few weeks since Raj Dutt, Grafana Labs CEO and Co-Founder, announced the k6 acquisition during the closing session of GrafanaCONline 2021. You can learn more by reading our joint press release, or by watching the recording of the k6 Office Hours I joined the day after the announcement. With this blog I would like to share my excitement and my perspective. The acquisition marks a milestone for the k6 team, our customers, and the k6 community.
The focus of OctoPerf 12.4 is on integrations, first in regards to creating test scripts through our new Postman import released a few weeks ago. Through postman we also open OctoPerf to swagger and open API imports. Microsoft Teams is also on the menu in terms of alerting before/after the tests, but the main dish is the backend listeners. Through these you can have our load generators send metrics to your own database in real time during the test.
Welcome to the “A beginners guide to test automation with Javascript(Nightwatch.js)” blog series part 3! If you have missed out on the previous parts, make sure to read part 1: Introduction to Nightwatch.js and part 2: The most useful Nightwatch.js commands in our blog. In this article we will look at callback functions and command queue in Nightwatch.js, and as always – feel free to skip to any part you are the most interested in.
NEW YORK, June 17, 2021 - On the final day of GrafanaCONline 2021, CEO Raj Dutt today announced Grafana Labs’ acquisition of k6, the Stockholm-based startup behind the open source load testing tool for engineering teams. With k6, Grafana Labs adds extensible testing to its open and composable Grafana observability stack.
In this article, we’ll showcase how to use k6 for performance testing within CI/CD pipelines. We’ll be using a playground we set up for this purpose and lead you through the necessary steps to get a feel for how it works, and hopefully by the end you’ll start thinking about how to implement this in your own projects.
Tests are an integral part of most well-working Rails applications where maintenance isn’t a nightmare and new features are consistently added, or existing ones are improved. Unfortunately, for many applications, a production environment is where they are put under heavy workload or significant traffic for the first time. This is understandable as such tests are costly.
Every month we are making some changes to Loadero to offer a better tool for your performance and load testing, and May wasn’t an exception. Our engineers worked hard and this month there are big updates that will definitely help our users gain more insights from the real end-to-end tests in Loadero.
Apache JMeter is a Java-based, open source testing tool, which can help you create and run functional and load tests for Websites, APIs (REST and SOAP) and other web services. Let me show you my personal configuration and how I start and configure JMeter for a faster and better use on my local machine.