load testing

K6 results with InfluxDB and Grafana

Reading Time: 5 minutes Hi folks, In this blog, we will be learning, how to showcase k6 results statistics in the grafana dashboard. For routing the k6 statistics log to Grafana, we need need to reroute them with a database. In this blog, we will be using InfluxDB for rerouting. So, let’s get going and integrate k6 with Influx DB and Grafana. Why use Grafana and Influx DB for Continue Reading

background

Different types of Performance testing in k6 | Tech

Reading Time: 4 minutes Hi Readers, In this blog, I will explore how it is possible to run many types of testing in k6. Each type of testing has a different purpose. 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.  Different Types of Testing There are many 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

Difference Between Gatling And Grafana K6

Reading Time: 2 minutes Hi Readers, In this blog, I am going to explore, Gatling and Grafana(K6).They both are performance load testing, open-source and powerful tools. Gatling:- Gatling tool is open-source and released under the Apache 2.0 license. It is used for performance load testing. It was released in January 2012 and it is written in Scala language. Compared with other tools so it is a powerful tool. Hence, it performs Continue Reading

Let’s Know About The Performance Testing

Reading Time: 4 minutes Hii folks, In this blog we will go through the performance testing, types of performance testing and briefly we will go through the Jmeter tool for performance testing. Performance testing It ensures software applications will perform well under their expectation of workload. it is nothing but testing the stability and response time of an application by applying load is called performance testing. Stability:-ability to withstand Continue Reading

Performance Testing using Gatling Tool

Reading Time: 4 minutes About Gatling Gatling is a one of the performance testing tools that we can use in the load generation if development is focused on http support . Gatling is an open-source load- and performance-testing framework based on Scala, Akka and Netty. Althouth It is developed in domain specific language but the tool help us with a GUI allowing us to record the scenario. Once we Continue Reading

Going stateful with Gatling Session API.

Reading Time: 4 minutes Hello Everyone, In our previous blog post Gatling feeders and feeder strategies we have discussed what are the different ways to inject the data in our simulation from different data sources.  Today we will discuss: Real-time use case (Problem Statement)  Solution: Gatling Session and Session API Injecting Data with Gatling session API Extracting data with Gatling session API Some common exceptions Real-time use case (Problem Continue Reading

Performance Testing with Gatling

Reading Time: 4 minutes This blog is basically for the one who wants to do performance testing using the Gatling tool. Before starting with the actual Gatling tool we will have a brief introduction of performance testing. What is Performance Testing? Performance Testing is defined as a type of software testing to ensure software applications will perform well under their expected workload. Here expected workload is that which makes Continue Reading

Meetup- Boost your App with Gatling

Reading Time: < 1 minute Hi all, Knoldus has organized a 45 mins session on 23rd March 2018. The topic was Boost your App with Gatling. Many people have joined and enjoyed the session. I am going to share the slides here.

Jmeter Load Testing:Send and Receive Email

Reading Time: 2 minutes Email notification, send email and retrieve email is a important part of any company or organisation so if you have your email server and want to know the email performance of email server then we can use the jmeter. Beauty of jmeter is it gives the power in your hand you can measure the performance of send email same as received email performance.So we can Continue Reading

Jmeter-Handle Hyperlink in jmeter

Reading Time: 2 minutes We already know how to Jmeter works but some time we face the problem how to use Regular expression.So this time i just explained how to handle hyperlink in a webpage using regular expression. Suppose we have a scenarios like we have to check all the links in a website using jmeter and also we want to know the loading time of all the links Continue Reading

Gatling Integration with Play

Reading Time: 2 minutes I have started working on a project which require stress testing using Gatling. I Setup the sbt project on which gatling is working fine. But when I try to integrate it using play framework, it doesn’t work. The project structure for both are different so it doesn’t work for both the project in the same manner. Your build.sbt should be  like this: import _root_.io.gatling.sbt.GatlingPlugin import Continue Reading

How To Handle CSRF Token in Jmeter

Reading Time: 2 minutes What is CSRF– CSRF  stands for Cross-Site Request Forgery. Generally when we login in website it always ask for authentication. For the security point of view developer mostly time pass the csrftoken with login parameter. but our topic is how to handle this csrf token in jmeter. when we do load testing using jmeter and if we not handle the csrf token we get this Continue Reading