LoadTesting

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

API Load testing with K6 in a data-driven framework

Reading Time: 4 minutes Hi friends In this short blog,  we will explore how we perform load testing with different types of APIs with the help of the k6. But you may think that we already have JMeter and Gatling tools available in the market for load testing. So why do we use k6? But this k6 tool has its own advantages, in this short blog, we will also Continue Reading

Load Testing with Postman and k6

Reading Time: 4 minutes Hi folks, In this short blog, we will explore how we can use our functional postman collections to perform load testing. You may think that we already have a postman runner and we can run the collections by increasing the iteration. But this approach has a major flaw in it, we’ll explore it later. So without much ado, let’s get started. Load Testing I’m pretty Continue Reading

Dynamic Response Handler in Jmeter

Reading Time: 4 minutes Hi Folk, Let’s move ahead with respect to the Jmeter blog series for new problem statement solutions. So in this blog, we will see how can we handle dynamic responses and also handle dynamic request failures in Jmeter scripts. Basically, handle dynamic response means Correlation which is the process of capturing and storing the dynamic response from the server and passing it on to subsequent 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

Jmeter Data Extraction from File

Reading Time: 2 minutes When we talking about Performance Testing, Some time we faces the scenario like we have to extract data from file. Extraction data from file is very important part of performance testing. In this blog, we will learn Data Extraction from File using Jmeter. First of all we will create a .xlsx file. which consist our test data. Now we open the jmeter and make a Continue Reading

Customized Response Time in Gatling Report

Reading Time: 3 minutes Gatling is a highly capable load testing tool which gives high performance. Some times we face problem in customization response time for our application. In this Blog we will analyse how can we customize response time in Gatling. In Global Information Section In graphical format,this Section Displays the Number of Requests captures in the given Load testing. Every requests are displays according to their Response Continue Reading