I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…
Like any other programming language, you can use variables to store any value and then later make a reference to it anywhere in your program. So, in JMeter, it could be your server name, path, port number or anything which you want to store in a variable and then later use it on many places.
There are many inbuilt functions in JMeter which solves purposes of testing different scenarios.
For example, if you are hitting application on your machine IP rather than any external URL, directly use machine IP function and it would return your IP Address. Function Dialogue is present in the options menu in JMeter and you can see definition and function string from there.
Below is the syntax used for making a call to variable and function in your script.
Variable – {varName}. Example – {emailID}
Function – {_functionName}. Example – {_counter()}, {_threadNum} etc.
Overview: Hi Testers!! In this tutorial, you will learn how to use controllers in JMeter. Below are the topics which are covered in this session: Recording Controller Interleave Controller IF Controller => Click here for The Complete Free Training On JMeter (20+ Videos) Here is a Video Tutorial: << PREV…
Overview: Hi Testers!! In this tutorial, you will learn how to use controllers in JMeter. Below are the topics which are covered in this session: Simple Controller Loop Controller Transaction Controller => Click here for The Complete Free Training On JMeter (20+ Videos) Here is a Video Tutorial: << PREV…
Overview: Hi Testers!! In this tutorial, you will learn how to use UDV (User Defined Variables) in your JMeter script to make it reusable. => Click here for complete JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos) Below are the topics covered in this section: User Defined Variable…
Overview: Hi Testers!! In this tutorial, you will learn more about BeanShell scripting used with JMeter scripts. Below are the topics which are covered as part of this session: BeanShell Scripting Basics Using commonly used methods Setting variables and using in Jmeter scripts => Click here for The Complete Free…
Overview: Hi Testers!! In this tutorial, you will learn a very interesting topic i.e. integrating your selenium scripts with JMeter and measuring the performance. Below are the topics covered in this session: Integrating Selenium with JMeter. Using WebDriver Sampler Plugin. => Click here for The Complete Free Training On JMeter…
Overview: Hi Testers!! In this tutorial, you will learn how you can test the performance of your database using JMeter. You can probably check for any database you have in your project. MySQL is used in this tutorial. Below are the topics which you will learn in this section: Pre-Requisites…
Overview: Hi Testers!! In this tutorial, you will learn how to use Blazemeter plugin for recording scripts and some of the JMeter's already stored templates. Below are the topics covered in this session: Jmeter Templates Blazemeter Plugin => Click here for The Complete Free Training On JMeter (20+ Videos) Here…
Learn Apache JMeter Performance testing tool with the help of this comprehensive video series of JMeter Tutorials for beginners and experienced professionals. [Scroll down to check the list all the tutorials] JMeter is the best open-source load testing tool to measure the performance of an application. By the end of this…