apache-jmeter-redline13-load-testing

The JMeter Plugin Parallel Controller is very helpful for a number of different testing scenarios. For example, if you have to log in to a website and then have to fetch data. You may have created one thread group and created two HTTP requests, one for login and one to fetch data. But you want the login HTTP request to hit one time and data fetching to hit for many virtual users. How will this workRead More →

RedLine13 is answering Stack Overflow questions in Spanish and Portugues

You may have seen answers on Stack Overflow regarding JMeter Load Testing and RedLine13. Recently there have been some questions in Spanish and Portuguese with Stack Overflow answers in Spanish and Portuguese. Rohit, who works for RedLine13, looks for questions that people have in Stack Overflow and other places, and usually responds very quickly with some excellent advice! He recently saw a Stack Overflow questions in Spanish. Thanks to Google Translate he was able to understand theRead More →

Recording signifying File Upload with JMeter

This article demonstrates how to do a file upload with JMeter. This will show the steps when you have a load testing scenario where file upload is required. Recording File Upload with JMeter The simplest way of creating a JMeter test plan is recording the corresponding request using the HTTP(s) Test Script Recorder. JMeter acts as a proxy server, capturing all traffic between a web browser and the application under test (AUT), and converting it intoRead More →