Saturday, October 13, 2018




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 for a test are specified. Static variables can be defined for values that are repeated throughout a test, such as server names. For example the variable “environment” could be defined as www.example.com, and the rest of the test plan could refer to it as ${environment}. This simplifies changing the name later


Related Posts:

  • Download and Installation of JMETER on Widnows Mahchine How to download and install  JMETER on Windows Machine  In this topic we will learn about downloading and Installing JMETER from Windows machine. JMETER is JAVA based application so it is completely platfo… 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
  • 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
  • Performance Testing Overview Performance Testing Overview Before starting to understand about  Performance Test life cycle  we  need to understand  What is Performance Testing  What is Performance T… 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

0 comments:

Post a Comment

Popular Posts