News -

k6 - Load Impact’s open source tool - changes the way we look at load testing

Load Impact, the Swedish load testing SaaS provider, has released a new version of its open source load testing tool - k6.

Included in this, the biggest release yet, is the implementation of the full jQuery API (well, except a few nonsensical APIs), making it simple to check for the existence of elements/strings or extracting data from HTML responses for use in subsequent request; reworked CLI which makes it more consistent for users and easier for us to extend moving forward; a “k6/encoding” module that includes base64 encoding/decoding functionality; and there is now a comprehensive cookie API, no need to manipulate headers anymore when working with cookies. Read more about it here.

About k6

k6 is a developer-centric load testing tool designed to help developers incorporate load testing into their workflow, and ultimately get it into an automation flow. It aims to do so by:- Being easy to get started with (developer productivity being key); open-source, well documented and with simple command line usage- Scaling from simple unit load tests (eg. single API endpoint) to more complex scenario load tests (eg. an application using a full API)- Allowing users to seamlessly go from local or on-premise use to the convenience of a cloud service

Load Impact believes that load testing should be done by the people who know the inner workings of the application best, the developers, and that developer tools should be open source to allow for a community to form and drive the project forward through discussions and contributions. That’s why k6 was built.

About Load Impact

Load Impact is a highly specialized software company in the field of performance and load testing. Our easy-to-use tools integrate well into the workflow of developers and the DevOps automation flows that they craft. These processes require state of the art technology, a great care for design and support, to help modern businesses to proactively and continuously make sure that their mission-critical systems stay performant.Load Impact is one of the most widely used load testing services in the world, with more than 200,000 users from 190+ countries and over two million executed load tests. 

Related links

Topics

  • Engineering

Categories

  • performance testing
  • load testing
  • devops
  • load impact
  • k6

Related content

  • Integrate k6 with your favorite DevOps and Developer Tools

    k6 is built to be a developer-centric load testing tool that integrates well into your automation workflow, no matter what tool or service you use. We've written integrations guides for the tools and services most commonly requested by our customers.

  • New release of k6 is out - v0.20.0

    Lots of goodies in this release! 🎉
    We are working towards a 1.0 release of k6. Here is a small outline of the releases that can be found in v0.20.0:
    Lifecycle: setup/teardown functions (#457)
    Finally k6 has the same basic test lifecycle hooks as many "normal" testing tools, setup and teardown, and you have the full JS API of k6 available within these functions which means you can make H

  • The State of Load Testing according to us

    "Once upon a time, I wrote a very simple command-line load testing tool in C. I called it "myload", partly because it was written by, well...myself, and partly as an allusion to MySQL (this was back in the days when MySQL ruled and I had yet to start using PostgreSQL)", says Ragnar Lönn, the founder of Load Impact.
    Reinventing the wheel gets better the second (and third) time you do it
    After