Grafana K6

black twin bell alarm desk clock on table

Think Time In Grafana K6

Reading Time: 3 minutes Hi folks, In this short blog, we will explore more about Think Time in our favorite performance testing tool, Grafana K6. However, you may be asking what the circumstances are and why we use them. So let’s start with some core fundamentals of “Think Time.” It is also known as “waiting time” and is sometimes called “delay.” Think time is the amount of time a Continue Reading

female software engineer coding on computer

Know More About Parallel Requests In Grafana K6

Reading Time: 2 minutes Hi folks, In this blog, we will explore more about parallel requests in our favorite performance testing tool, Grafana K6. However, you may be asking what the circumstances are and why we use them. So let’s start with some core fundamentals of “Parallel Requests.” Parallel requests are requests that are sent at the same time. Parallel requests are sometimes called “concurrent” requests. Why should we Continue Reading

Cloud testing in k6 | Tech

Reading Time: 3 minutes Hi Readers, In this blog, I will explore how to run a test script in the K6 cloud to visualise and analyse the results on the web app in real-time. K6 Basically, It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when building their tests.  K6 cloud tests from the Continue Reading

A Quick Overview Of Tags And Groups in Grafana K6

Reading Time: 3 minutes Hi folks, In this blog, we will discuss and explore more about tags and groups in our favorite performance testing tool, Grafana K6. However, you may be asking what the circumstances are and why we use them. So let’s start with some core fundamentals of tags and groups. A load test is frequently performed on a service that has multiple subsystems and resources. This makes Continue Reading

background

Let’s Know More About Metrics In K6: Part-2

Reading Time: 3 minutes Greetings, friends! In this short blog, we will study the types of matrices in the load testing tool with various types of APIs using Grafana k6. As we already discussed the core fundamentals of metrics in my previous blog, this time we will explore the built-in and non-built-in (custom) matrices. Types of matrices In k6, there are two different types of metrics: 1. Built-in especially: constructed Continue Reading

Let’s Know More About Metrics In K6: Part-1

Reading Time: 3 minutes Greetings, friends! In this blog, we will study metrics in the load testing tool with various types of APIs using Grafana k6. However, you may be asking what the circumstances are and why we use them. So let’s start with some core metric fundamentals. It tracks how well a system works in real-world scenarios.  I hope you have a basic understanding of metrics after reading the definition. We’ll learn more about it in Continue Reading

With Grafana K6, a Quick Overview Of Dynamic Correlation In Performance Testing

Reading Time: 4 minutes Hello there, everyone. In this blog, we’ll talk about and learn more about dynamic correlation in Grafana K6, our favorite performance testing tool. You might be wondering what the circumstances are and why we utilize them. So, let’s start with basic correlation principles in performance testing. The technique of retrieving a value from a prior HTTP response and using it in a further HTTP request Continue Reading

CI/CD Integration in K6 with Gitlab

Reading Time: 3 minutes Hi Readers, In this blog, I am going to explore, how to integrate k6 with help of Gitlab which is the DevOps software that combines the ability to develop, secure, and operate software in a single application.  K6 It is a free and open-source load testing tool for testing the performance of APIs. K6 has a goal-oriented testing mode, and users can define goals using Thresholds when Continue Reading

Browser Recorder in K6- A Quick Overview

Reading Time: 4 minutes In this blog, we will learn about generating a k6 test script based on user sessions via the Browser Recorder extension. This extension allows us to capture everything that we have done in browser, and generate a k6 script for us automatically, and link it to our k6 Cloud account. Note :- k6 comes with two methods for recording a session: Browser Recorder extension — generates Continue Reading

Scenarios And Executors In Grafana K6:A Quick Overview

Reading Time: 5 minutes Hello there, buddies! With the aid of Grafana k6, we will investigate scenarios and executors in the load testing tool with various sorts of APIs in this brief blog. But you might be wondering what the situations are and why we employ them. So, let’s start with the fundamental concepts of scenarios. Scenarios are a grouping of transactions or scripts that we use to imitate Continue Reading

CRUD Operations in K6 | Tech

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, HTTP methods in K6. Basically, HTTP methods are also called HTTP verbs and CRUD operations because it is a set of requests which perform the desired actions like get, put, post, delete and so on. CRUD stands for Create, Read, Update and Delete. These are four primitive database operations that map well to the HTTP Continue Reading