JMeter – Find Broken Links

In this post, Lets see how we can use JMeter to find all the broken links for a given URL. Wait a minute! Are we going to use JMeter to find the broken links on a web page? Is JMeter not for performance testing? Yes, JMeter is a performance testing tool. But It can also […]

Best Practices – Continuous Regression Testing

In this post, I would like to show how I have implemented automated continuous regression testing process in my project. It is based on the Hybrid framework, I had implemented. I would request you to read the post on Hybrid Framework first if you have not.   Problem Statement: We follow agile methodology & we have

Best Practices – Continuous Regression TestingRead More »

JMeter – Real Time Results – InfluxDB & Grafana – Part 1 – Basic Setup

Overview: In this article, I will explain how we could get real time performance test results using JMeter + InfluxDB + Grafana. Please do note that this topic is too huge to cover everything in one article.  So, I have tried to provide links to other articles of TestAutomationGuru which could be related to this

JMeter – Real Time Results – InfluxDB & Grafana – Part 1 – Basic SetupRead More »

Introducing PDFUtil – Compare two PDF files textually or Visually

In my project, I need to compare tons of PDF files. I could not find any good FREE library which is working out of the box to compare the PDF files. I did not want just Text compare & I was looking for something which can compare PDFs pixel by pixel to find all the differences.  Libraries which can do

Introducing PDFUtil – Compare two PDF files textually or VisuallyRead More »

JMeter – Server Performance Metrics Collector

JMeter has many listeners which provide useful information like Number of the requests processed Average response time Throughput 90% line Error %   etc But….What about the server performance metrics? like CPU / Memory utilization. JMeter is not only generating the load on the server but also comes with an agent which can run on the

JMeter – Server Performance Metrics CollectorRead More »