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…
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:
Connection String and Database URL is different for each database and there is no need to remember the string as they are available on technical forums.
Any type of requests such as SELECT, UPDATE, COMMIT etc. can be selected and tested. Depending on the project and the requirements, you can choose the number of connections allowed, connection time out and other parameters.
Hi Testers!! In this tutorial, you will get to learn the basic definition of performance testing. All other terminologies like load testing, volume testing, spike testing etc. can be explored via our website. => Click here for JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos) Jmeter is a…
This article discusses in detail what Backend Testing is and how we perform it. Let's get started. Software applications are complex. There is always more to it than what meets the eye. Most system testing efforts go through GUI. This is because testing validates if the software is fit for…
This article will help the readers understand the XML to Database testing concept, which is a challenging testing type. Let's get started. Data comparison is a critical task to accomplish with quality. Any flaw will result in one or more failures in an application. XML is an electronic communication message…
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…