Systems | Development | Analytics | API | Testing

Latest Videos

How to do exploratory testing for performance (k6 Office Hours #79)

Marie Cruz and Nicole van der Hoeven talk about what exploratory testing is, why you should do it, and how to do exploratory testing to improve application performance. They discuss some heuristics to add structure and intention to exploratory testing for both frontend and backend performance.

All about Agile Performance (k6 Office Hours #78)

In this week's k6 Office Hours, join Developer Advocates Marie Cruz and Leandro Melendez as they talk about performance testing in the Agile world. How has Agile approach changed the way we do performance testing? What's the current state of performance testing? and How can k6 help? Join us to know more! Do you want to join our team?

Integrating k6 and Tracetest (k6 Office Hours #77)

Tracetest enables trace-based testing with assertions at any point within a request transaction. Using the xk6-tracetest extension, your k6 tests can launch deep testing by unlocking the power of OpenTelemetry. Join us as Developer Advocates Nicole and der Hoeven and Paul Balogh are joined by founder Ken Hamric and software engineer Oscar Reyes from Tracetest.

Frontend vs. backend performance testing

Which should you do: frontend vs. backend performance testing? The short answer is both. Each has its pros and cons, but hybrid load testing combines them and gives you the most holistic view of performance, including frontend concerns like how quickly a page renders or perceived application performance as well as backend concerns like response times of individual components.

How to organize testing scripts in k6 (k6 Office Hours #76)

In this video, we talk about how to organize testing scripts in k6 using features like tags, groups, and functions depending on what type of testing you want to do with your test script. Developer Advocates Paul Balogh, Marie Cruz, and Nicole van der Hoeven show us a few examples of how they would organize and modularize scripts in a test suite.