1 2 3 4 5 > >>   Sort: Date

Set Content-Type to application/json
How to set Content-Type to application/json? The server requires the Content-Type to be application/json. You can follow this tutorial to set Content-Type to application/json using the "HTTP Header Manager" Config Element. 1. Copy and create a Test Plan called Azure-Echo-API-JSON-3.jmx. 2.Add a "Con...
2020-03-03, 33916🔥, 2💬

💬 2020-03-03 Poonam: Thanks, this is really helpful.

JMeter Execution Order - Thread Groups
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups", "setUp Thread Groups", and "tearDown Thread Group", are executed in the order described in the rules below: "setUp Thread Groups" are executed first, even they are placed at the bottom of the "Test ...
2023-04-26, 19282🔥, 4💬

💬 2023-04-26 KJ: I find out the "Thread Groups" executes in parallel

💬 2023-02-28 FYIcenter.com: @ahmed, you are right!

💬 2023-02-28 ahmed: tear down should be executed last as per the theory

(More comments ...)

JMeter Command Line Options
What are JMeter command line options? You can get see JMeter command line options by running this command: C:\fyicenter>\fyicenter \jmeter\bin\jmeter--? 3.3 r1808647 Copyright (c) 1999-2017 The Apache Software Foundation --? print command line options and exit -h, --help print usage informati...
2017-11-18, 18166🔥, 0💬

HTTP POST with XML Message
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an XML message to a server with JMeter. 1. Create a Test Plan called Azure-Echo-API.jmx with the following HTTP Request in a Thread Group: Protocol: http Server Name: echoapi.cloudapp.net Method: POST P...
2018-03-18, 14397🔥, 0💬

Pass Windows Environment Variable to JMeter
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environment variable in my test plan. JMeter can not access Windows environment variables directly. You can follow this tutorial to access Windows environment variable indirectly through JMeter system properti...
2017-12-04, 12692🔥, 0💬

Apache JMeter Tutorials
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about JMeter test tool: Getting Started with Apache JMeter What Is Apache JMeter? Download and...
2018-01-20, 10629🔥, 0💬

Accept Status Code 400 as Success
How to access Response Status Code 400 as Success? My sampler failed, because the server returns the 400 status code. You can follow this tutorial to access Response Status Code 400 as Success by adding/modifying the Response Assertion. If you are intentionally testing a REST API that returns an exp...
2018-02-01, 9614🔥, 0💬

Call JMeter Command in Windows Batch
How to call JMeter command in a Windows batch file? I want to create a single batch job to run JMeter command line multiple times. You can follow this tutorial to create a Windows batch file to run JMeter command line multiple time. 1. Create a batch file, facebook.bat, with these lines: echo off se...
2017-12-04, 8472🔥, 0💬

Auto Flush JMeter Test Result to File
How to force JMeter to automatically flush test result to file immediately after each sampler is executed? I need to send the test result file to database in the tear down thread. You can follow this tutorial to change JMeter configuration to automatically flush test result to file. 1. Open \fyicent...
2018-12-23, 8313🔥, 1💬

💬 2019-01-18 Shubham: Thanks

Override JMeter Variable from Command Line
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times by changing the value of a variable I defined in the test plan. JMeter command line does not allow you to override any variables you defined in the test plan. But it allows you to override any JMeter...
2017-12-04, 7850🔥, 0💬

System Properties in JMeter
What are system properties in JMeter? Built-in properties are properties exposed to the user interface by JMeter during the execution process. You can access system properties using the __property() or __P() function. System properties are divided into 3 groups: 1. Sampler properties - Properties us...
2018-01-27, 7349🔥, 0💬

Append Test Result to Old File
How to append test result to an old existing file? I want test results to be saved in a single file. You can follow this tutorial append JMeter test result to an old existing file. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Run the test plan again. You will get ...
2017-11-18, 6998🔥, 0💬

Convert JMeter Timestamp to Date and Time
How to Convert JMeter Timestamp to Date and Time in MySQL? I see the timestamp is stored as an integer in database. The JMeter timestamp is an integer representing how many milliseconds have been passed since 01-Jan-1970 00:00:00 UTC time. You can use the from_unxtime() function in MySQL to convert ...
2017-09-15, 6731🔥, 0💬

List Variables with Debug PostProcessor
How to list all variables with the Debug PostProcessor in JMeter? If you want to see a list of all your user defined variables and their values, you can use the Debug PostProcessor as shown in this tutorial. 1. Open Get-Exchange-Rate-3.jmx. 2. Add a post-processor, Debug PostProcessor, after the "Th...
2017-11-10, 6558🔥, 0💬

Define Variable as Part of BeanShell
How to define a variable as part of a BeanShell script? You can follow this tutorial to define a variable as part of a BeanShell script. 1. Open Get-Exchange-Rate-2.jmx. 2. Add another variable in the Test Plan: Name: url Value: https://api.fixer.io/latest 3. Add a BeanShell PreProcessor before the ...
2018-05-23, 5936🔥, 0💬

Add Custom Field to JMeter Test Result
How to Add a Custom Field to JMeter Test Result? I want to add the test plan ID to the test result table. If you are running multiple test plans, it is a good idea to add an test plan ID field in the test result file. So you can run queries for each test plan when the results are loaded to the datab...
2017-09-25, 5436🔥, 0💬

Download and Install Apache JMeter
How to Download and Install Apache JMeter on my Windows computer? If you want to try Apache JMeter, you follow this tutorial to download and install JMeter on your Windows computer. 1. Go to Apache JMeter Website . 2. Click "Download Releases" on the left menu. You see the download page. 3. Click on...
2017-11-18, 5286🔥, 0💬

OpenID Connect - How to Load Test with JMeter from blazemeter
In this article we will describe how to load test one of the relatively new technologies - OpenID Connect, with Apache JMeterâ„¢. OpenID Connect is an add-on for OAuth 2.0, and it defines how OAuth 2.0 should authenticate users. We can explain it with the following expression: Authentication(OpenID...
2017-12-09, 5005🔥, 0💬

Free JMeter Tutorial from guru99.com
This is a free JMeter Tutorial class provided at guru99.com. <p Class Summary JMeter is a popular open source performance testing tool. Following 11 tutorials cover all aspects of JMeter to make you a testing pro. What should i know? The tutorials are designed for beginners with little or no perf...
2018-12-10, 4868🔥, 1💬

💬 2018-12-10 rony: excellent

XPath Assertion - XPath Expression Matches
How to use XPath Assertion to validate XML message in JMeter? The XPath Assertion allows you to validate the response XML message with an XPath expression match. If a match is found, the assertion is passed. You can follow this tutorial to see how XPath Assertion works. 1. Copy and create a Test Pla...
2018-10-08, 4716🔥, 0💬

Save Test Result to File
How to save test result to file? I want to keep them so that I can compare them with later runs. You can follow this tutorial to save test result of your first JMeter load test. 1. Start JMeter on your computer and open "\fyicenter\First-Load-Test-2. jmx".2. Click to open "View Results in Table" scr...
2017-11-18, 4606🔥, 0💬

Extract Login URL from Home Page Response
How to extract the login page URL from the home page response text? You can add a Regular Expression Extractor to the HTTP request to extract the login page URL from the home page HTTP response text. as shown in this tutorial. 1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Tes t...
2017-11-18, 4599🔥, 0💬

Saving Test Results to MySQL Database
Where to find tutorials on Saving JMeter Test Results to MySQL Database? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Saving JMeter Test Results to MySQL Database. JMeter MySQL Connection Requirement Create MySQL Table for Test Result Load T...
2017-11-18, 4596🔥, 0💬

Pass Session ID to Subsequent HTTP Requests
How to Pass Session ID to Subsequent HTTP Requests query string parameters? If your Web application uses cookie to manage session ID, you should have no problem to run the test plan recorded by the JMeter proxy server. However, if your Web application uses query string parameter to manage session ID...
2018-07-18, 4595🔥, 0💬

1 2 3 4 5 > >>   Sort: Date