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 […]

HP ALM / QC – Automated status report email

In my project, We follow agile methodology for our software development & we have release once in every 4 weeks. With continuous development, build & testing, we used to spend a lot of time in sending out a detailed status email on defects for each project to higher management. In this article, I would like

HP ALM / QC – Automated status report emailRead More »

JMeter – Record iOS application HTTP requests

In this article, Lets see how to record iOS application HTTP/HTTPS requests using JMeter. Desktop/Laptop Setup: Make a note of your Desktop/Laptop IP address. Ensure that you have JMeter 2.11 or above & Java 7 or above. JMeter Setup: Start JMeter . (Go to JMETER_HOME/bin, Start jmeter.bat or jmeter.sh) Under JMeter Test Plan – Workbench, add ‘HTTP(S)

JMeter – Record iOS application HTTP requestsRead More »

QTP/UFT – Display Test execution progress in Jenkins Console

We had seen the QTP/UFT integration & triggering QTP test scripts remotely using Jenkins in this article. (If you have not read that, I recommend you to read the article first). In this article we will see how to display the QTP/UFT results in the Jenkins console. I have more than 5000 automated test scripts

QTP/UFT – Display Test execution progress in Jenkins ConsoleRead More »