Saturday, May 12, 2018








Webservice API performance testing using JMETER 


Hello friends,
In our last session we learn about what is web services. Now we will learn about hot to do performance of web services using JMETER.  Let's get some info about JMETER.

What is JMETER / Information about JMETER 

JMETER is project of APACHE. We can use JMETER  for load testing to analyse and measure performance of multiple  services and protocols. 

For which protocols / services we can use JMETER 

JMeter can be used as a unit-test tool for JDBC database connections
1- FTP,
2- LDAP,
3- Webservices,
4- JMS,
5- HTTP,
6- generic TCP connections 
7-OS native processes

we will go Step by step and will learn below topics

1- Creating Test Plan
2- Adding HTTP Manager
3- Adding New  Thread Group
4- Adding HTTP Request
5- Adding Listeners
6- Running Load Test
7- Understanding Reports
8- Passing variable data in Request
9- Parsing JSON response and Saving / storing in CSV
10- Configuring JSON Extractor to Parse JSON Response
11- End to End Business logic automation and Performance testing using  JMETER



Related Posts:

  • How to pass variable data in JMETER request How to pass variable data in JMETER request How to use CSV data set config in Jmeter for passing varible data in JSON request  To create real-time scenario we need to pass variable data in request. For this we can… Read More
  • JMETER -Understanding Thread Group In this part of step by step JMETER tutorial we are going to learn about JMETER element “THREAD GROUP” What is Thread Group in JMETER:- Thread group is a place where we actually put number of users (Thread… Read More
  • Creating Test Plan in JMETER Creating Test Plan in JMETER How to create test plan in JMETER for REST API performance testing? For REST API performance testing we have to start with Test plan in JMETER. The test Plan is where the overall settings… Read More
  • Understanding JMETER Listeners Understanding Listeners in JEMTER  :-  Listener displays particulars of sampler requests and responses, and can display basic HTML and XML representations of the response. Other listeners deliver summary or a… Read More
  • API performance testing using JMETER  API performance testing using JMETER In this article we are going to learn about How to use step by step JMETER for API Load and Performance testing . Basic information and details about JMETER and what is web… Read More

0 comments:

Post a Comment

Popular Posts