Skip to main content

JMeter First Script to check the Performance

Now suppose i want to check the performance of any website then following will be the procedure to check the basic performance test.



Let me start from the first UI which is showing below

JMeter, Automation Testing, Performance Testing, Test Plan UI

In the JMeter , you just need to write the name which you want and when you switvh the window , it will save automatically. You do not need to CTRL+s to save anything.
Right Click on the "Test Plan -> Add -> Threads (Users) -> Thread Group"
Following window will open

JMeter, Automation Testing, Performance Testing, Test Plan UI

In this window let me explain you about some points

  • Thread related to the Users
  • Name: In name ewe van put any name related to the Thread
  • Number of Threads: In this field you can put any number of users to check the performance of the system. default value is 1 user.
  • Ramp-Up Period: In this you can put the value in which you want your total number of users start execution. default value is 1 sec. 
  • Lop Count: You can put any value in Loop Count field as you want your each user will execute the web page. Means suppose you are using 2 as Loop count number and suppose you have 4 users then each users will execute 2 times the web page. 
JMeter, Automation Testing, Performance Testing, Test Plan UI
Now Right Click on Home Page (Thread Group) from left Panel 

Add-> Sampler-> HTTP Request

then following window will show
JMeter, Automation Testing, Performance Testing, Test Plan UI, Sampler, Sending Request

In jMeter, we call request send to sever is Sampler. 

Let me explain you regarding this new screen
  • Name: from here you can change the Sampler name
  • Server Name or IP: In this field you can write the URL name of the website which you want to check the performance. here please do not provide the http:// because JMeter pick http:// from itself. 
  • Path: Here you can provide the path which page you want to check in the above URL
JMeter, Automation Testing, Performance Testing, Test Plan UI, Sampler, Sending Request

Now Right click on "Home Page Request (HTTP request)"
Add -> Listener -> View Results in Table

then following window will show
JMeter, Automation Testing, Performance Testing, Test Plan UI, Listener

Listener is used to show the result. it may be a table format or in graphical format. Here i am showing you in table format.
Now you need to save this script . Please see the below image to see the icon.
JMeter, Automation Testing, Performance Testing

File extension of JMeter is .jmx. save it anywhere.

Now you need to run this script for this below you can see the image to the icon
JMeter, Automation Testing

When script is running then you will see that green icon in right side
JMeter, Automation Testing, Performance Testing

You can see the result and check the Average Perforce Time of response.








Comments

Popular posts from this blog

How to Put Load on a Script in JMeter

In last post we discussed about how to record a test script and Firefox settings to run the script. In this post we will discuss about how the Thread Group will work, how can we put n number of users to perform load testing, In JMeter by using Thread Group, we can create virtual users. Thread Group is a set of thread which work in same scenario. There are multiple thread group are available which is use to configure how the virtual users interest with the application, How much load maintain and till how much time load maintain.

How to take the Screenshot in Selenium WebDriver?

If we want to take the screenshot then we have to convert our WebDriver object into the screenshot object. we need to change the behavior of the drive to take the screenshot . We can do it by casting

JMeter Overview Description

In this article we will go through the multiple section of JMeter and describe the tool information. we will discuss about every component of JMeter tool in this Article so that you can hands on while working on script on JMeter about these components.