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…
Jmeter can be integrated with Selenium via WebDriver Plugin support. Download the plugin and copy the jars in your “lib” folder and “ext” folder. The WebDriver sampler comes with config elements plugins for IE, Chrome, Mozilla and other browsers so that they can be invoked via selenium code written in your sampler. Set the driver path in the config element so that it picks the browser driver correctly and establish connected between your code and browser.
You can configure other properties too in config element. Add a listener to your Test Plan having Webdriver sampler so that you get to know the time taken by the user to perform that actions. Keep your log viewer on so that errors can be visualized while running you tests.
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…
Hi Testers!! In this tutorial, you will learn how you can use variables and functions in Jmeter and make your scripts re-usable. Below are the topics which are covered in this tutorial: Using Variables in JMeter Using JMeter inbuilt functions like threadnum, counter, machineIP etc. => Click here for The…
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 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 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…
Overview: Hi, Testers!! In this tutorial, you will get to know how you can work with HTTP or HTTPS requests going to the server. => Click here for complete JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos) Below are the topics covered in this tutorial: HTTP Request Sampler…